Shades of Deep Sea #24735E
Tints of Deep Sea #24735E
RGB
CMYK
RGB Variations
Color information
#24735E (or 0x24735E) is known color: Deep Sea. HEX triplet: 24, 73 and 5E. RGB value is (36,115,94). Sum of RGB (Red+Green+Blue) = 36+115+94=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #24735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24735E is #DB8CA1. Grayscale: #585858. Windows color (decimal): -14388386 or 6189860. OLE color: 6189860.
HSL color Cylindrical-coordinate representation of color #24735E: hue angle of 164.05º 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 #24735E is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 115 | 94 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.55 |
| HSL | 164.05º | 0.52% | 0.3% | - |
| HSV(B) | 164.05º | 0.69% | 0.45% | - |
| XYZ | 8.88 | 13.44 | 12.72 | - |
| YUV | 88.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 94 | 0.69 | 0 | 0.18 | 0.55 | 164.05 | 0.52 | 0.3 |
| Hex | 24 | 73 | 5E | 45 | 0 | 12 | 37 | A4 | 34 | 1E |
| Octal | 44 | 163 | 136 | 105 | 0 | 22 | 67 | 244 | 64 | 36 |
| Binary | 100100 | 1110011 | 1011110 | 1000101 | 0 | 10010 | 110111 | 10100100 | 110100 | 11110 |
Color Harmonies of #24735E
Complementary color
Monochromatic Colors of #24735E
Black with #24735E
Text Example
Text Example
White with #24735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24735E; }
p { color: rgb(36,115,94); }
H1.HeaderClassName
{
color: #24735E;
}
.AnyTagClassName
{
color: #24735E;
}
</style>
background-color css
<style>
a { background-color: #24735E; }
a { background-color: rgb(36,115,94); }
div.DivClassName
{
background-color: #24735E;
}
.BgClassName
{
background-color: #24735E;
}
</style>
border-color css
<style>
span { border-color: #24735E; }
span { border-color: rgb(36,115,94); }
td.TdClassName
{
border-color: #24735E;
}
.TagClassName
{
border-color: #24735E;
}
</style>