#245E5A

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

Shades of Eden #245E5A

Tints of Eden #245E5A

Color information

#245E5A (or 0x245E5A) is unknown color: approx Eden. HEX triplet: 24, 5E and 5A. RGB value is (36,94,90). Sum of RGB (Red+Green+Blue) = 36+94+90=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 94 - color contains mainly: green. Hex color #245E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E5A is #DBA1A5. Grayscale: #4C4C4C. Windows color (decimal): -14393766 or 5922340. OLE color: 5922340.

HSL color Cylindrical-coordinate representation of color #245E5A: hue angle of 175.86º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245E5A is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB369490-
CMYK0.6200.040.63
HSL175.86º44.62%25.49%-
HSV(B)175.86º61.7%36.86%-
XYZ6.589.1211.09-
YUV76.2135.7899.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.36%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=16.36%
G=42.73%
B=40.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3694900.6200.040.63175.8644.6225.49
Hex245E5A3E043Fb02d19
Octal441361327604772605531
Binary1001001011110101101011111001001111111011000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245E5A; }

 p { color: rgb(36,94,90); }

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

<style>
 a { background-color: #245E5A; }

 a { background-color: rgb(36,94,90); }

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

<style>
 span { border-color: #245E5A; }

 span { border-color: rgb(36,94,90); }

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