Html Css Color HEX #24705C Eden

📋 copy color: '#24705C'

red 36 ◦ green 112 ◦ blue 92

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

Shades of Eden #24705C

Tints of Eden #24705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 15%
G = 46.67%
B = 38.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#24705C (or 0x24705C) is known color: Eden. HEX triplet: 24, 70 and 5C. RGB value is (36,112,92). Sum of RGB (Red+Green+Blue) = 36+112+92=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #24705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24705C is #DB8FA3. Grayscale: #575757. Windows color (decimal): -14389156 or 6058020. OLE color: 6058020.

HSL color Cylindrical-coordinate representation of color #24705C: hue angle of 164.21º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24705C is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 112 92 -
CMYK 0.68 0 0.18 0.56
HSL 164.21º 0.51% 0.29% -
HSV(B) 164.21º 0.68% 0.44% -
XYZ 8.45 12.74 12.14 -
YUV 87 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 36 112 92 0.68 0 0.18 0.56 164.21 0.51 0.29
Hex 24 70 5C 44 0 12 38 A4 33 1D
Octal 44 160 134 104 0 22 70 244 63 35
Binary 100100 1110000 1011100 1000100 0 10010 111000 10100100 110011 11101

Color Harmonies of #24705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24705C

Black with #24705C

Text Example


Text Example

White with #24705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24705C; }

 p { color: rgb(36,112,92); }

 H1.HeaderClassName
 {
   color: #24705C;
 }
 .AnyTagClassName
 {
   color: #24705C;
 }
</style>

background-color css

<style>
 a { background-color: #24705C; }

 a { background-color: rgb(36,112,92); }

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

border-color css

<style>
 span { border-color: #24705C; }

 span { border-color: rgb(36,112,92); }

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