#24755C

Color #24755C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #24755C

Tints of Deep Sea #24755C

Color information

#24755C (or 0x24755C) is unknown color: approx Deep Sea. HEX triplet: 24, 75 and 5C. RGB value is (36,117,92). Sum of RGB (Red+Green+Blue) = 36+117+92=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #24755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24755C is #DB8AA3. Grayscale: #595959. Windows color (decimal): -14387876 or 6059300. OLE color: 6059300.

HSL color Cylindrical-coordinate representation of color #24755C: hue angle of 161.48º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24755C is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB3611792-
CMYK0.6900.210.54
HSL161.48º52.94%30%-
HSV(B)161.48º69.23%45.88%-
XYZ9.0213.8712.33-
YUV89.93129.1689.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.69%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=14.69%
G=47.76%
B=37.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36117920.6900.210.54161.4852.9430
Hex24755C4501536a1351e
Octal44165134105025662416536
Binary1001001110101101110010001010101011101101010000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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