Shades of Crusoe #176035
Tints of Crusoe #176035
RGB
CMYK
RGB Variations
Color information
#176035 (or 0x176035) is known color: Crusoe. HEX triplet: 17, 60 and 35. RGB value is (23,96,53). Sum of RGB (Red+Green+Blue) = 23+96+53=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #176035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176035 is #E89FCA. Grayscale: #454545. Windows color (decimal): -15245259 or 3498007. OLE color: 3498007.
HSL color Cylindrical-coordinate representation of color #176035: hue angle of 144.66º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #176035 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 53 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.62 |
| HSL | 144.66º | 0.61% | 0.23% | - |
| HSV(B) | 144.66º | 0.76% | 0.38% | - |
| XYZ | 5.18 | 8.8 | 4.79 | - |
| YUV | 69.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 53 | 0.76 | 0 | 0.45 | 0.62 | 144.66 | 0.61 | 0.23 |
| Hex | 17 | 60 | 35 | 4C | 0 | 2D | 3E | 91 | 3D | 17 |
| Octal | 27 | 140 | 65 | 114 | 0 | 55 | 76 | 221 | 75 | 27 |
| Binary | 10111 | 1100000 | 110101 | 1001100 | 0 | 101101 | 111110 | 10010001 | 111101 | 10111 |
Color Harmonies of #176035
Complementary color
Monochromatic Colors of #176035
Black with #176035
Text Example
Text Example
White with #176035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176035; }
p { color: rgb(23,96,53); }
H1.HeaderClassName
{
color: #176035;
}
.AnyTagClassName
{
color: #176035;
}
</style>
background-color css
<style>
a { background-color: #176035; }
a { background-color: rgb(23,96,53); }
div.DivClassName
{
background-color: #176035;
}
.BgClassName
{
background-color: #176035;
}
</style>
border-color css
<style>
span { border-color: #176035; }
span { border-color: rgb(23,96,53); }
td.TdClassName
{
border-color: #176035;
}
.TagClassName
{
border-color: #176035;
}
</style>