Shades of Crusoe #175B2A
Tints of Crusoe #175B2A
RGB
CMYK
RGB Variations
Color information
#175B2A (or 0x175B2A) is known color: Crusoe. HEX triplet: 17, 5B and 2A. RGB value is (23,91,42). Sum of RGB (Red+Green+Blue) = 23+91+42=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 91 (35.94% from 255 or 58.33% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 91 - color contains mainly: green. Hex color #175B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175B2A is #E8A4D5. Grayscale: #414141. Windows color (decimal): -15246550 or 2775831. OLE color: 2775831.
HSL color Cylindrical-coordinate representation of color #175B2A: hue angle of 136.76º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175B2A is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 91 | 42 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.64 |
| HSL | 136.76º | 0.6% | 0.22% | - |
| HSV(B) | 136.76º | 0.75% | 0.36% | - |
| XYZ | 4.51 | 7.83 | 3.46 | - |
| YUV | 65.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 42 | 0.75 | 0 | 0.54 | 0.64 | 136.76 | 0.6 | 0.22 |
| Hex | 17 | 5B | 2A | 4B | 0 | 36 | 40 | 89 | 3C | 16 |
| Octal | 27 | 133 | 52 | 113 | 0 | 66 | 100 | 211 | 74 | 26 |
| Binary | 10111 | 1011011 | 101010 | 1001011 | 0 | 110110 | 1000000 | 10001001 | 111100 | 10110 |
Color Harmonies of #175B2A
Complementary color
Monochromatic Colors of #175B2A
Black with #175B2A
Text Example
Text Example
White with #175B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175B2A; }
p { color: rgb(23,91,42); }
H1.HeaderClassName
{
color: #175B2A;
}
.AnyTagClassName
{
color: #175B2A;
}
</style>
background-color css
<style>
a { background-color: #175B2A; }
a { background-color: rgb(23,91,42); }
div.DivClassName
{
background-color: #175B2A;
}
.BgClassName
{
background-color: #175B2A;
}
</style>
border-color css
<style>
span { border-color: #175B2A; }
span { border-color: rgb(23,91,42); }
td.TdClassName
{
border-color: #175B2A;
}
.TagClassName
{
border-color: #175B2A;
}
</style>