Shades of Crusoe #175C28
Tints of Crusoe #175C28
RGB
CMYK
RGB Variations
Color information
#175C28 (or 0x175C28) is known color: Crusoe. HEX triplet: 17, 5C and 28. RGB value is (23,92,40). Sum of RGB (Red+Green+Blue) = 23+92+40=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 92 (36.33% from 255 or 59.35% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 92 - color contains mainly: green. Hex color #175C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175C28 is #E8A3D7. Grayscale: #414141. Windows color (decimal): -15246296 or 2645015. OLE color: 2645015.
HSL color Cylindrical-coordinate representation of color #175C28: hue angle of 134.78º 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 #175C28 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 92 | 40 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.64 |
| HSL | 134.78º | 0.6% | 0.23% | - |
| HSV(B) | 134.78º | 0.75% | 0.36% | - |
| XYZ | 4.56 | 7.99 | 3.31 | - |
| YUV | 65.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 40 | 0.75 | 0 | 0.57 | 0.64 | 134.78 | 0.6 | 0.23 |
| Hex | 17 | 5C | 28 | 4B | 0 | 39 | 40 | 87 | 3C | 17 |
| Octal | 27 | 134 | 50 | 113 | 0 | 71 | 100 | 207 | 74 | 27 |
| Binary | 10111 | 1011100 | 101000 | 1001011 | 0 | 111001 | 1000000 | 10000111 | 111100 | 10111 |
Color Harmonies of #175C28
Complementary color
Monochromatic Colors of #175C28
Black with #175C28
Text Example
Text Example
White with #175C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C28; }
p { color: rgb(23,92,40); }
H1.HeaderClassName
{
color: #175C28;
}
.AnyTagClassName
{
color: #175C28;
}
</style>
background-color css
<style>
a { background-color: #175C28; }
a { background-color: rgb(23,92,40); }
div.DivClassName
{
background-color: #175C28;
}
.BgClassName
{
background-color: #175C28;
}
</style>
border-color css
<style>
span { border-color: #175C28; }
span { border-color: rgb(23,92,40); }
td.TdClassName
{
border-color: #175C28;
}
.TagClassName
{
border-color: #175C28;
}
</style>