Shades of Crusoe #17572B
Tints of Crusoe #17572B
RGB
CMYK
RGB Variations
Color information
#17572B (or 0x17572B) is known color: Crusoe. HEX triplet: 17, 57 and 2B. RGB value is (23,87,43). Sum of RGB (Red+Green+Blue) = 23+87+43=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #17572B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17572B is #E8A8D4. Grayscale: #3E3E3E. Windows color (decimal): -15247573 or 2840343. OLE color: 2840343.
HSL color Cylindrical-coordinate representation of color #17572B: hue angle of 138.75º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17572B is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 87 | 43 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.66 |
| HSL | 138.75º | 0.58% | 0.22% | - |
| HSV(B) | 138.75º | 0.74% | 0.34% | - |
| XYZ | 4.2 | 7.17 | 3.45 | - |
| YUV | 62.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 43 | 0.74 | 0 | 0.51 | 0.66 | 138.75 | 0.58 | 0.22 |
| Hex | 17 | 57 | 2B | 4A | 0 | 33 | 42 | 8B | 3A | 16 |
| Octal | 27 | 127 | 53 | 112 | 0 | 63 | 102 | 213 | 72 | 26 |
| Binary | 10111 | 1010111 | 101011 | 1001010 | 0 | 110011 | 1000010 | 10001011 | 111010 | 10110 |
Color Harmonies of #17572B
Complementary color
Monochromatic Colors of #17572B
Black with #17572B
Text Example
Text Example
White with #17572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17572B; }
p { color: rgb(23,87,43); }
H1.HeaderClassName
{
color: #17572B;
}
.AnyTagClassName
{
color: #17572B;
}
</style>
background-color css
<style>
a { background-color: #17572B; }
a { background-color: rgb(23,87,43); }
div.DivClassName
{
background-color: #17572B;
}
.BgClassName
{
background-color: #17572B;
}
</style>
border-color css
<style>
span { border-color: #17572B; }
span { border-color: rgb(23,87,43); }
td.TdClassName
{
border-color: #17572B;
}
.TagClassName
{
border-color: #17572B;
}
</style>