Shades of Crusoe #175021
Tints of Crusoe #175021
RGB
CMYK
RGB Variations
Color information
#175021 (or 0x175021) is known color: Crusoe. HEX triplet: 17, 50 and 21. RGB value is (23,80,33). Sum of RGB (Red+Green+Blue) = 23+80+33=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #175021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175021 is #E8AFDE. Grayscale: #393939. Windows color (decimal): -15249375 or 2183191. OLE color: 2183191.
HSL color Cylindrical-coordinate representation of color #175021: hue angle of 130.53º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #175021 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 80 | 33 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.69 |
| HSL | 130.53º | 0.55% | 0.2% | - |
| HSV(B) | 130.53º | 0.71% | 0.31% | - |
| XYZ | 3.5 | 6.03 | 2.42 | - |
| YUV | 57.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 33 | 0.71 | 0 | 0.59 | 0.69 | 130.53 | 0.55 | 0.2 |
| Hex | 17 | 50 | 21 | 47 | 0 | 3B | 45 | 83 | 37 | 14 |
| Octal | 27 | 120 | 41 | 107 | 0 | 73 | 105 | 203 | 67 | 24 |
| Binary | 10111 | 1010000 | 100001 | 1000111 | 0 | 111011 | 1000101 | 10000011 | 110111 | 10100 |
Color Harmonies of #175021
Complementary color
Monochromatic Colors of #175021
Black with #175021
Text Example
Text Example
White with #175021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175021; }
p { color: rgb(23,80,33); }
H1.HeaderClassName
{
color: #175021;
}
.AnyTagClassName
{
color: #175021;
}
</style>
background-color css
<style>
a { background-color: #175021; }
a { background-color: rgb(23,80,33); }
div.DivClassName
{
background-color: #175021;
}
.BgClassName
{
background-color: #175021;
}
</style>
border-color css
<style>
span { border-color: #175021; }
span { border-color: rgb(23,80,33); }
td.TdClassName
{
border-color: #175021;
}
.TagClassName
{
border-color: #175021;
}
</style>