#24605B

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

Shades of Eden #24605B

Tints of Eden #24605B

Color information

#24605B (or 0x24605B) is unknown color: approx Eden. HEX triplet: 24, 60 and 5B. RGB value is (36,96,91). Sum of RGB (Red+Green+Blue) = 36+96+91=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #24605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24605B is #DB9FA4. Grayscale: #4D4D4D. Windows color (decimal): -14393253 or 5988388. OLE color: 5988388.

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

Color convert

RGB369691-
CMYK0.6200.050.62
HSL175º45.45%25.88%-
HSV(B)175º62.5%37.65%-
XYZ6.89.511.37-
YUV77.49135.6298.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=16.14%
G=43.05%
B=40.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696910.6200.050.6217545.4525.88
Hex24605B3E053Eaf2d1a
Octal441401337605762575532
Binary1001001100000101101111111001011111101010111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24605B; }

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

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

<style>
 a { background-color: #24605B; }

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

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

<style>
 span { border-color: #24605B; }

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

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