Shades of Crusoe #175935
Tints of Crusoe #175935
RGB
CMYK
RGB Variations
Color information
#175935 (or 0x175935) is known color: Crusoe. HEX triplet: 17, 59 and 35. RGB value is (23,89,53). Sum of RGB (Red+Green+Blue) = 23+89+53=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #175935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175935 is #E8A6CA. Grayscale: #414141. Windows color (decimal): -15247051 or 3496215. OLE color: 3496215.
HSL color Cylindrical-coordinate representation of color #175935: hue angle of 147.27º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175935 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 89 | 53 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.65 |
| HSL | 147.27º | 0.59% | 0.22% | - |
| HSV(B) | 147.27º | 0.74% | 0.35% | - |
| XYZ | 4.57 | 7.58 | 4.59 | - |
| YUV | 65.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 53 | 0.74 | 0 | 0.40 | 0.65 | 147.27 | 0.59 | 0.22 |
| Hex | 17 | 59 | 35 | 4A | 0 | 28 | 41 | 93 | 3B | 16 |
| Octal | 27 | 131 | 65 | 112 | 0 | 50 | 101 | 223 | 73 | 26 |
| Binary | 10111 | 1011001 | 110101 | 1001010 | 0 | 101000 | 1000001 | 10010011 | 111011 | 10110 |
Color Harmonies of #175935
Complementary color
Monochromatic Colors of #175935
Black with #175935
Text Example
Text Example
White with #175935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175935; }
p { color: rgb(23,89,53); }
H1.HeaderClassName
{
color: #175935;
}
.AnyTagClassName
{
color: #175935;
}
</style>
background-color css
<style>
a { background-color: #175935; }
a { background-color: rgb(23,89,53); }
div.DivClassName
{
background-color: #175935;
}
.BgClassName
{
background-color: #175935;
}
</style>
border-color css
<style>
span { border-color: #175935; }
span { border-color: rgb(23,89,53); }
td.TdClassName
{
border-color: #175935;
}
.TagClassName
{
border-color: #175935;
}
</style>