Html Css Color HEX #245E5B Eden

📋 copy color: '#245E5B'

red 36 ◦ green 94 ◦ blue 91

#245E5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #245E5B

Tints of Eden #245E5B

RGB

 RED value IS 36 (14.45% from 255) = 16.29%

 GREEN value IS 94 (37.11% from 255) = 42.53%

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 16.29%
G = 42.53%
B = 41.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#245E5B (or 0x245E5B) is known color: Eden. HEX triplet: 24, 5E and 5B. RGB value is (36,94,91). Sum of RGB (Red+Green+Blue) = 36+94+91=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 94 - color contains mainly: green. Hex color #245E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E5B is #DBA1A4. Grayscale: #4C4C4C. Windows color (decimal): -14393765 or 5987876. OLE color: 5987876.

HSL color Cylindrical-coordinate representation of color #245E5B: hue angle of 176.9º 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 #245E5B is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 94 91 -
CMYK 0.62 0 0.03 0.63
HSL 176.9º 0.45% 0.25% -
HSV(B) 176.9º 0.62% 0.37% -
XYZ 6.62 9.14 11.31 -
YUV 76.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 36 94 91 0.62 0 0.03 0.63 176.9 0.45 0.25
Hex 24 5E 5B 3E 0 3 3F B1 2D 19
Octal 44 136 133 76 0 3 77 261 55 31
Binary 100100 1011110 1011011 111110 0 11 111111 10110001 101101 11001

Color Harmonies of #245E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E5B

Black with #245E5B

Text Example


Text Example

White with #245E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #245E5B;
 }
 .AnyTagClassName
 {
   color: #245E5B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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