#24795F

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

Shades of Deep Sea #24795F

Tints of Deep Sea #24795F

Color information

#24795F (or 0x24795F) is unknown color: approx Deep Sea. HEX triplet: 24, 79 and 5F. RGB value is (36,121,95). Sum of RGB (Red+Green+Blue) = 36+121+95=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #24795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24795F is #DB86A0. Grayscale: #5C5C5C. Windows color (decimal): -14386849 or 6256932. OLE color: 6256932.

HSL color Cylindrical-coordinate representation of color #24795F: hue angle of 161.65º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24795F is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB3612195-
CMYK0.7000.210.53
HSL161.65º54.14%30.78%-
HSV(B)161.65º70.25%47.45%-
XYZ9.6314.8813.19-
YUV92.62129.3487.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=14.29%
G=48.02%
B=37.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36121950.7000.210.53161.6554.1430.78
Hex24795F4601535a2361f
Octal44171137106025652426637
Binary1001001111001101111110001100101011101011010001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24795F; }

 p { color: rgb(36,121,95); }

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

<style>
 a { background-color: #24795F; }

 a { background-color: rgb(36,121,95); }

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

<style>
 span { border-color: #24795F; }

 span { border-color: rgb(36,121,95); }

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