#24685D

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

Shades of Eden #24685D

Tints of Eden #24685D

Color information

#24685D (or 0x24685D) is unknown color: approx Eden. HEX triplet: 24, 68 and 5D. RGB value is (36,104,93). Sum of RGB (Red+Green+Blue) = 36+104+93=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #24685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24685D is #DB97A2. Grayscale: #525252. Windows color (decimal): -14391203 or 6121508. OLE color: 6121508.

HSL color Cylindrical-coordinate representation of color #24685D: hue angle of 170.29º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24685D is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB3610493-
CMYK0.6500.110.59
HSL170.29º48.57%27.45%-
HSV(B)170.29º65.38%40.78%-
XYZ7.6511.0712.09-
YUV82.41133.9794.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.45%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=15.45%
G=44.64%
B=39.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36104930.6500.110.59170.2948.5727.45
Hex24685D410B3Baa311b
Octal44150135101013732526133
Binary100100110100010111011000001010111110111010101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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