Shades of Crusoe #17602C
Tints of Crusoe #17602C
RGB
CMYK
RGB Variations
Color information
#17602C (or 0x17602C) is known color: Crusoe. HEX triplet: 17, 60 and 2C. RGB value is (23,96,44). Sum of RGB (Red+Green+Blue) = 23+96+44=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #17602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17602C is #E89FD3. Grayscale: #444444. Windows color (decimal): -15245268 or 2908183. OLE color: 2908183.
HSL color Cylindrical-coordinate representation of color #17602C: hue angle of 137.26º 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 #17602C is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 44 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.62 |
| HSL | 137.26º | 0.61% | 0.23% | - |
| HSV(B) | 137.26º | 0.76% | 0.38% | - |
| XYZ | 4.99 | 8.73 | 3.8 | - |
| YUV | 68.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 44 | 0.76 | 0 | 0.54 | 0.62 | 137.26 | 0.61 | 0.23 |
| Hex | 17 | 60 | 2C | 4C | 0 | 36 | 3E | 89 | 3D | 17 |
| Octal | 27 | 140 | 54 | 114 | 0 | 66 | 76 | 211 | 75 | 27 |
| Binary | 10111 | 1100000 | 101100 | 1001100 | 0 | 110110 | 111110 | 10001001 | 111101 | 10111 |
Color Harmonies of #17602C
Complementary color
Monochromatic Colors of #17602C
Black with #17602C
Text Example
Text Example
White with #17602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17602C; }
p { color: rgb(23,96,44); }
H1.HeaderClassName
{
color: #17602C;
}
.AnyTagClassName
{
color: #17602C;
}
</style>
background-color css
<style>
a { background-color: #17602C; }
a { background-color: rgb(23,96,44); }
div.DivClassName
{
background-color: #17602C;
}
.BgClassName
{
background-color: #17602C;
}
</style>
border-color css
<style>
span { border-color: #17602C; }
span { border-color: rgb(23,96,44); }
td.TdClassName
{
border-color: #17602C;
}
.TagClassName
{
border-color: #17602C;
}
</style>