#24785F

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

Shades of Deep Sea #24785F

Tints of Deep Sea #24785F

Color information

#24785F (or 0x24785F) is unknown color: approx Deep Sea. HEX triplet: 24, 78 and 5F. RGB value is (36,120,95). Sum of RGB (Red+Green+Blue) = 36+120+95=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #24785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24785F is #DB87A0. Grayscale: #5C5C5C. Windows color (decimal): -14387105 or 6256676. OLE color: 6256676.

HSL color Cylindrical-coordinate representation of color #24785F: hue angle of 162.14º 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 #24785F is Cyan = 0.7, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB3612095-
CMYK0.700.210.53
HSL162.14º53.85%30.59%-
HSV(B)162.14º70%47.06%-
XYZ9.5114.6313.15-
YUV92.03129.6788.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=14.34%
G=47.81%
B=37.85%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36120950.700.210.53162.1453.8530.59
Hex24785F4601535a2361f
Octal44170137106025652426637
Binary1001001111000101111110001100101011101011010001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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