Shades of Crusoe #17602B
Tints of Crusoe #17602B
RGB
CMYK
RGB Variations
Color information
#17602B (or 0x17602B) is known color: Crusoe. HEX triplet: 17, 60 and 2B. RGB value is (23,96,43). Sum of RGB (Red+Green+Blue) = 23+96+43=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #17602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17602B is #E89FD4. Grayscale: #444444. Windows color (decimal): -15245269 or 2842647. OLE color: 2842647.
HSL color Cylindrical-coordinate representation of color #17602B: hue angle of 136.44º 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 #17602B is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 43 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.62 |
| HSL | 136.44º | 0.61% | 0.23% | - |
| HSV(B) | 136.44º | 0.76% | 0.38% | - |
| XYZ | 4.97 | 8.72 | 3.71 | - |
| YUV | 68.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 43 | 0.76 | 0 | 0.55 | 0.62 | 136.44 | 0.61 | 0.23 |
| Hex | 17 | 60 | 2B | 4C | 0 | 37 | 3E | 88 | 3D | 17 |
| Octal | 27 | 140 | 53 | 114 | 0 | 67 | 76 | 210 | 75 | 27 |
| Binary | 10111 | 1100000 | 101011 | 1001100 | 0 | 110111 | 111110 | 10001000 | 111101 | 10111 |
Color Harmonies of #17602B
Complementary color
Monochromatic Colors of #17602B
Black with #17602B
Text Example
Text Example
White with #17602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17602B; }
p { color: rgb(23,96,43); }
H1.HeaderClassName
{
color: #17602B;
}
.AnyTagClassName
{
color: #17602B;
}
</style>
background-color css
<style>
a { background-color: #17602B; }
a { background-color: rgb(23,96,43); }
div.DivClassName
{
background-color: #17602B;
}
.BgClassName
{
background-color: #17602B;
}
</style>
border-color css
<style>
span { border-color: #17602B; }
span { border-color: rgb(23,96,43); }
td.TdClassName
{
border-color: #17602B;
}
.TagClassName
{
border-color: #17602B;
}
</style>