#24735F

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

Shades of Deep Sea #24735F

Tints of Deep Sea #24735F

Color information

#24735F (or 0x24735F) is unknown color: approx Deep Sea. HEX triplet: 24, 73 and 5F. RGB value is (36,115,95). Sum of RGB (Red+Green+Blue) = 36+115+95=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #24735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24735F is #DB8CA0. Grayscale: #595959. Windows color (decimal): -14388385 or 6255396. OLE color: 6255396.

HSL color Cylindrical-coordinate representation of color #24735F: hue angle of 164.81º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24735F is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB3611595-
CMYK0.6900.170.55
HSL164.81º52.32%29.61%-
HSV(B)164.81º68.7%45.1%-
XYZ8.9213.4612.95-
YUV89.1131.3390.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.63%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=14.63%
G=46.75%
B=38.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36115950.6900.170.55164.8152.3229.61
Hex24735F4501137a5341e
Octal44163137105021672456436
Binary1001001110011101111110001010100011101111010010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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