Shades of Crusoe #175D2C
Tints of Crusoe #175D2C
RGB
CMYK
RGB Variations
Color information
#175D2C (or 0x175D2C) is known color: Crusoe. HEX triplet: 17, 5D and 2C. RGB value is (23,93,44). Sum of RGB (Red+Green+Blue) = 23+93+44=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #175D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175D2C is #E8A2D3. Grayscale: #424242. Windows color (decimal): -15246036 or 2907415. OLE color: 2907415.
HSL color Cylindrical-coordinate representation of color #175D2C: hue angle of 138º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175D2C is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 93 | 44 | - |
| CMYK | 0.75 | 0 | 0.53 | 0.64 |
| HSL | 138º | 0.6% | 0.23% | - |
| HSV(B) | 138º | 0.75% | 0.36% | - |
| XYZ | 4.72 | 8.19 | 3.72 | - |
| YUV | 66.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 44 | 0.75 | 0 | 0.53 | 0.64 | 138 | 0.6 | 0.23 |
| Hex | 17 | 5D | 2C | 4B | 0 | 35 | 40 | 8A | 3C | 17 |
| Octal | 27 | 135 | 54 | 113 | 0 | 65 | 100 | 212 | 74 | 27 |
| Binary | 10111 | 1011101 | 101100 | 1001011 | 0 | 110101 | 1000000 | 10001010 | 111100 | 10111 |
Color Harmonies of #175D2C
Complementary color
Monochromatic Colors of #175D2C
Black with #175D2C
Text Example
Text Example
White with #175D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D2C; }
p { color: rgb(23,93,44); }
H1.HeaderClassName
{
color: #175D2C;
}
.AnyTagClassName
{
color: #175D2C;
}
</style>
background-color css
<style>
a { background-color: #175D2C; }
a { background-color: rgb(23,93,44); }
div.DivClassName
{
background-color: #175D2C;
}
.BgClassName
{
background-color: #175D2C;
}
</style>
border-color css
<style>
span { border-color: #175D2C; }
span { border-color: rgb(23,93,44); }
td.TdClassName
{
border-color: #175D2C;
}
.TagClassName
{
border-color: #175D2C;
}
</style>