Shades of Crusoe #176022
Tints of Crusoe #176022
RGB
CMYK
RGB Variations
Color information
#176022 (or 0x176022) is known color: Crusoe. HEX triplet: 17, 60 and 22. RGB value is (23,96,34). Sum of RGB (Red+Green+Blue) = 23+96+34=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #176022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176022 is #E89FDD. Grayscale: #434343. Windows color (decimal): -15245278 or 2252823. OLE color: 2252823.
HSL color Cylindrical-coordinate representation of color #176022: hue angle of 129.04º 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 #176022 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 34 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.62 |
| HSL | 129.04º | 0.61% | 0.23% | - |
| HSV(B) | 129.04º | 0.76% | 0.38% | - |
| XYZ | 4.82 | 8.66 | 2.93 | - |
| YUV | 67.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 34 | 0.76 | 0 | 0.65 | 0.62 | 129.04 | 0.61 | 0.23 |
| Hex | 17 | 60 | 22 | 4C | 0 | 41 | 3E | 81 | 3D | 17 |
| Octal | 27 | 140 | 42 | 114 | 0 | 101 | 76 | 201 | 75 | 27 |
| Binary | 10111 | 1100000 | 100010 | 1001100 | 0 | 1000001 | 111110 | 10000001 | 111101 | 10111 |
Color Harmonies of #176022
Complementary color
Monochromatic Colors of #176022
Black with #176022
Text Example
Text Example
White with #176022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176022; }
p { color: rgb(23,96,34); }
H1.HeaderClassName
{
color: #176022;
}
.AnyTagClassName
{
color: #176022;
}
</style>
background-color css
<style>
a { background-color: #176022; }
a { background-color: rgb(23,96,34); }
div.DivClassName
{
background-color: #176022;
}
.BgClassName
{
background-color: #176022;
}
</style>
border-color css
<style>
span { border-color: #176022; }
span { border-color: rgb(23,96,34); }
td.TdClassName
{
border-color: #176022;
}
.TagClassName
{
border-color: #176022;
}
</style>