#24665A

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

Shades of Eden #24665A

Tints of Eden #24665A

Color information

#24665A (or 0x24665A) is unknown color: approx Eden. HEX triplet: 24, 66 and 5A. RGB value is (36,102,90). Sum of RGB (Red+Green+Blue) = 36+102+90=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #24665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24665A is #DB99A5. Grayscale: #505050. Windows color (decimal): -14391718 or 5924388. OLE color: 5924388.

HSL color Cylindrical-coordinate representation of color #24665A: hue angle of 169.09º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24665A is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB3610290-
CMYK0.6500.120.6
HSL169.09º47.83%27.06%-
HSV(B)169.09º64.71%40%-
XYZ7.3210.6211.34-
YUV80.9133.1395.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=15.79%
G=44.74%
B=39.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36102900.6500.120.6169.0947.8327.06
Hex24665A410C3Ca9301b
Octal44146132101014742516033
Binary100100110011010110101000001011001111001010100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24665A; }

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

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

<style>
 a { background-color: #24665A; }

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

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

<style>
 span { border-color: #24665A; }

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

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