Html Css Color HEX #245F5A Eden

📋 copy color: '#245F5A'

red 36 ◦ green 95 ◦ blue 90

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

Shades of Eden #245F5A

Tints of Eden #245F5A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.99%

 BLUE value IS 90 (35.55% from 255) = 40.72%

R = 16.29%
G = 42.99%
B = 40.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#245F5A (or 0x245F5A) is known color: Eden. HEX triplet: 24, 5F and 5A. RGB value is (36,95,90). Sum of RGB (Red+Green+Blue) = 36+95+90=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #245F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F5A is #DBA0A5. Grayscale: #4C4C4C. Windows color (decimal): -14393510 or 5922596. OLE color: 5922596.

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

Color convert

RGB 36 95 90 -
CMYK 0.62 0 0.05 0.63
HSL 174.92º 0.45% 0.26% -
HSV(B) 174.92º 0.62% 0.37% -
XYZ 6.67 9.3 11.12 -
YUV 76.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 36 95 90 0.62 0 0.05 0.63 174.92 0.45 0.26
Hex 24 5F 5A 3E 0 5 3F AF 2D 1A
Octal 44 137 132 76 0 5 77 257 55 32
Binary 100100 1011111 1011010 111110 0 101 111111 10101111 101101 11010

Color Harmonies of #245F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F5A

Black with #245F5A

Text Example


Text Example

White with #245F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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