Shades of Crusoe #175232
Tints of Crusoe #175232
RGB
CMYK
RGB Variations
Color information
#175232 (or 0x175232) is known color: Crusoe. HEX triplet: 17, 52 and 32. RGB value is (23,82,50). Sum of RGB (Red+Green+Blue) = 23+82+50=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #175232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175232 is #E8ADCD. Grayscale: #3C3C3C. Windows color (decimal): -15248846 or 3297815. OLE color: 3297815.
HSL color Cylindrical-coordinate representation of color #175232: hue angle of 147.46º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175232 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 82 | 50 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.68 |
| HSL | 147.46º | 0.56% | 0.21% | - |
| HSV(B) | 147.46º | 0.72% | 0.32% | - |
| XYZ | 3.95 | 6.45 | 4.05 | - |
| YUV | 60.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 50 | 0.72 | 0 | 0.39 | 0.68 | 147.46 | 0.56 | 0.21 |
| Hex | 17 | 52 | 32 | 48 | 0 | 27 | 44 | 93 | 38 | 15 |
| Octal | 27 | 122 | 62 | 110 | 0 | 47 | 104 | 223 | 70 | 25 |
| Binary | 10111 | 1010010 | 110010 | 1001000 | 0 | 100111 | 1000100 | 10010011 | 111000 | 10101 |
Color Harmonies of #175232
Complementary color
Monochromatic Colors of #175232
Black with #175232
Text Example
Text Example
White with #175232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175232; }
p { color: rgb(23,82,50); }
H1.HeaderClassName
{
color: #175232;
}
.AnyTagClassName
{
color: #175232;
}
</style>
background-color css
<style>
a { background-color: #175232; }
a { background-color: rgb(23,82,50); }
div.DivClassName
{
background-color: #175232;
}
.BgClassName
{
background-color: #175232;
}
</style>
border-color css
<style>
span { border-color: #175232; }
span { border-color: rgb(23,82,50); }
td.TdClassName
{
border-color: #175232;
}
.TagClassName
{
border-color: #175232;
}
</style>