Html Css Color HEX #24705D Eden

📋 copy color: '#24705D'

red 36 ◦ green 112 ◦ blue 93

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

Shades of Eden #24705D

Tints of Eden #24705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 14.94%
G = 46.47%
B = 38.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#24705D (or 0x24705D) is known color: Eden. HEX triplet: 24, 70 and 5D. RGB value is (36,112,93). Sum of RGB (Red+Green+Blue) = 36+112+93=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #24705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24705D is #DB8FA2. Grayscale: #575757. Windows color (decimal): -14389155 or 6123556. OLE color: 6123556.

HSL color Cylindrical-coordinate representation of color #24705D: hue angle of 165º 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 #24705D is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 112 93 -
CMYK 0.68 0 0.17 0.56
HSL 165º 0.51% 0.29% -
HSV(B) 165º 0.68% 0.44% -
XYZ 8.5 12.75 12.37 -
YUV 87.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 36 112 93 0.68 0 0.17 0.56 165 0.51 0.29
Hex 24 70 5D 44 0 11 38 A5 33 1D
Octal 44 160 135 104 0 21 70 245 63 35
Binary 100100 1110000 1011101 1000100 0 10001 111000 10100101 110011 11101

Color Harmonies of #24705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24705D

Black with #24705D

Text Example


Text Example

White with #24705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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