Shades of Crusoe #175F21
Tints of Crusoe #175F21
RGB
CMYK
RGB Variations
Color information
#175F21 (or 0x175F21) is known color: Crusoe. HEX triplet: 17, 5F and 21. RGB value is (23,95,33). Sum of RGB (Red+Green+Blue) = 23+95+33=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 95 (37.5% from 255 or 62.91% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 95 - color contains mainly: green. Hex color #175F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175F21 is #E8A0DE. Grayscale: #424242. Windows color (decimal): -15245535 or 2187031. OLE color: 2187031.
HSL color Cylindrical-coordinate representation of color #175F21: hue angle of 128.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175F21 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 95 | 33 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.63 |
| HSL | 128.33º | 0.61% | 0.23% | - |
| HSV(B) | 128.33º | 0.76% | 0.37% | - |
| XYZ | 4.72 | 8.48 | 2.83 | - |
| YUV | 66.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 33 | 0.76 | 0 | 0.65 | 0.63 | 128.33 | 0.61 | 0.23 |
| Hex | 17 | 5F | 21 | 4C | 0 | 41 | 3F | 80 | 3D | 17 |
| Octal | 27 | 137 | 41 | 114 | 0 | 101 | 77 | 200 | 75 | 27 |
| Binary | 10111 | 1011111 | 100001 | 1001100 | 0 | 1000001 | 111111 | 10000000 | 111101 | 10111 |
Color Harmonies of #175F21
Complementary color
Monochromatic Colors of #175F21
Black with #175F21
Text Example
Text Example
White with #175F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F21; }
p { color: rgb(23,95,33); }
H1.HeaderClassName
{
color: #175F21;
}
.AnyTagClassName
{
color: #175F21;
}
</style>
background-color css
<style>
a { background-color: #175F21; }
a { background-color: rgb(23,95,33); }
div.DivClassName
{
background-color: #175F21;
}
.BgClassName
{
background-color: #175F21;
}
</style>
border-color css
<style>
span { border-color: #175F21; }
span { border-color: rgb(23,95,33); }
td.TdClassName
{
border-color: #175F21;
}
.TagClassName
{
border-color: #175F21;
}
</style>