Shades of Deep Sea #1C735A
Tints of Deep Sea #1C735A
RGB
CMYK
RGB Variations
Color information
#1C735A (or 0x1C735A) is known color: Deep Sea. HEX triplet: 1C, 73 and 5A. RGB value is (28,115,90). Sum of RGB (Red+Green+Blue) = 28+115+90=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #1C735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C735A is #E38CA5. Grayscale: #565656. Windows color (decimal): -14912678 or 5927708. OLE color: 5927708.
HSL color Cylindrical-coordinate representation of color #1C735A: hue angle of 162.76º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C735A is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 90 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.55 |
| HSL | 162.76º | 0.61% | 0.28% | - |
| HSV(B) | 162.76º | 0.76% | 0.45% | - |
| XYZ | 8.46 | 13.25 | 11.78 | - |
| YUV | 86.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 90 | 0.76 | 0 | 0.22 | 0.55 | 162.76 | 0.61 | 0.28 |
| Hex | 1C | 73 | 5A | 4C | 0 | 16 | 37 | A3 | 3D | 1C |
| Octal | 34 | 163 | 132 | 114 | 0 | 26 | 67 | 243 | 75 | 34 |
| Binary | 11100 | 1110011 | 1011010 | 1001100 | 0 | 10110 | 110111 | 10100011 | 111101 | 11100 |
Color Harmonies of #1C735A
Complementary color
Monochromatic Colors of #1C735A
Black with #1C735A
Text Example
Text Example
White with #1C735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C735A; }
p { color: rgb(28,115,90); }
H1.HeaderClassName
{
color: #1C735A;
}
.AnyTagClassName
{
color: #1C735A;
}
</style>
background-color css
<style>
a { background-color: #1C735A; }
a { background-color: rgb(28,115,90); }
div.DivClassName
{
background-color: #1C735A;
}
.BgClassName
{
background-color: #1C735A;
}
</style>
border-color css
<style>
span { border-color: #1C735A; }
span { border-color: rgb(28,115,90); }
td.TdClassName
{
border-color: #1C735A;
}
.TagClassName
{
border-color: #1C735A;
}
</style>