Shades of Deep Sea #24775C
Tints of Deep Sea #24775C
RGB
CMYK
RGB Variations
Color information
#24775C (or 0x24775C) is known color: Deep Sea. HEX triplet: 24, 77 and 5C. RGB value is (36,119,92). Sum of RGB (Red+Green+Blue) = 36+119+92=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #24775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24775C is #DB88A3. Grayscale: #5B5B5B. Windows color (decimal): -14387364 or 6059812. OLE color: 6059812.
HSL color Cylindrical-coordinate representation of color #24775C: hue angle of 160.48º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24775C is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 119 | 92 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.53 |
| HSL | 160.48º | 0.54% | 0.3% | - |
| HSV(B) | 160.48º | 0.7% | 0.47% | - |
| XYZ | 9.26 | 14.34 | 12.41 | - |
| YUV | 91.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 92 | 0.70 | 0 | 0.23 | 0.53 | 160.48 | 0.54 | 0.3 |
| Hex | 24 | 77 | 5C | 46 | 0 | 17 | 35 | A0 | 36 | 1E |
| Octal | 44 | 167 | 134 | 106 | 0 | 27 | 65 | 240 | 66 | 36 |
| Binary | 100100 | 1110111 | 1011100 | 1000110 | 0 | 10111 | 110101 | 10100000 | 110110 | 11110 |
Color Harmonies of #24775C
Complementary color
Monochromatic Colors of #24775C
Black with #24775C
Text Example
Text Example
White with #24775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24775C; }
p { color: rgb(36,119,92); }
H1.HeaderClassName
{
color: #24775C;
}
.AnyTagClassName
{
color: #24775C;
}
</style>
background-color css
<style>
a { background-color: #24775C; }
a { background-color: rgb(36,119,92); }
div.DivClassName
{
background-color: #24775C;
}
.BgClassName
{
background-color: #24775C;
}
</style>
border-color css
<style>
span { border-color: #24775C; }
span { border-color: rgb(36,119,92); }
td.TdClassName
{
border-color: #24775C;
}
.TagClassName
{
border-color: #24775C;
}
</style>