#25645F

Color #25645F Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #25645F

Tints of Eden #25645F

Color information

#25645F (or 0x25645F) is unknown color: approx Eden. HEX triplet: 25, 64 and 5F. RGB value is (37,100,95). Sum of RGB (Red+Green+Blue) = 37+100+95=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #25645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25645F is #DA9BA0. Grayscale: #505050. Windows color (decimal): -14326689 or 6251557. OLE color: 6251557.

HSL color Cylindrical-coordinate representation of color #25645F: hue angle of 175.24º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25645F is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB3710095-
CMYK0.6300.050.61
HSL175.24º45.99%26.86%-
HSV(B)175.24º63%39.22%-
XYZ7.3910.3312.43-
YUV80.59136.1396.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=15.95%
G=43.10%
B=40.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37100950.6300.050.61175.2445.9926.86
Hex25645F3F053Daf2e1b
Octal451441377705752575633
Binary1001011100100101111111111101011111011010111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25645F; }

 p { color: rgb(37,100,95); }

 H1.HeaderClassName
 {
   color: #25645F;
 }
 .AnyTagClassName
 {
   color: #25645F;
 }
</style>
background-color css

<style>
 a { background-color: #25645F; }

 a { background-color: rgb(37,100,95); }

 div.DivClassName
 {
   background-color: #25645F;
 }
 .BgClassName
 {
   background-color: #25645F;
 }
</style>
border-color css

<style>
 span { border-color: #25645F; }

 span { border-color: rgb(37,100,95); }

 td.TdClassName
 {
   border-color: #25645F;
 }
 .TagClassName
 {
   border-color: #25645F;
 }
</style>