Shades of Crusoe #17602E
Tints of Crusoe #17602E
RGB
CMYK
RGB Variations
Color information
#17602E (or 0x17602E) is known color: Crusoe. HEX triplet: 17, 60 and 2E. RGB value is (23,96,46). Sum of RGB (Red+Green+Blue) = 23+96+46=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #17602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17602E is #E89FD1. Grayscale: #444444. Windows color (decimal): -15245266 or 3039255. OLE color: 3039255.
HSL color Cylindrical-coordinate representation of color #17602E: hue angle of 138.9º 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 #17602E is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 46 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.62 |
| HSL | 138.9º | 0.61% | 0.23% | - |
| HSV(B) | 138.9º | 0.76% | 0.38% | - |
| XYZ | 5.03 | 8.75 | 4.01 | - |
| YUV | 68.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 46 | 0.76 | 0 | 0.52 | 0.62 | 138.9 | 0.61 | 0.23 |
| Hex | 17 | 60 | 2E | 4C | 0 | 34 | 3E | 8B | 3D | 17 |
| Octal | 27 | 140 | 56 | 114 | 0 | 64 | 76 | 213 | 75 | 27 |
| Binary | 10111 | 1100000 | 101110 | 1001100 | 0 | 110100 | 111110 | 10001011 | 111101 | 10111 |
Color Harmonies of #17602E
Complementary color
Monochromatic Colors of #17602E
Black with #17602E
Text Example
Text Example
White with #17602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17602E; }
p { color: rgb(23,96,46); }
H1.HeaderClassName
{
color: #17602E;
}
.AnyTagClassName
{
color: #17602E;
}
</style>
background-color css
<style>
a { background-color: #17602E; }
a { background-color: rgb(23,96,46); }
div.DivClassName
{
background-color: #17602E;
}
.BgClassName
{
background-color: #17602E;
}
</style>
border-color css
<style>
span { border-color: #17602E; }
span { border-color: rgb(23,96,46); }
td.TdClassName
{
border-color: #17602E;
}
.TagClassName
{
border-color: #17602E;
}
</style>