Shades of Crusoe #175124
Tints of Crusoe #175124
RGB
CMYK
RGB Variations
Color information
#175124 (or 0x175124) is known color: Crusoe. HEX triplet: 17, 51 and 24. RGB value is (23,81,36). Sum of RGB (Red+Green+Blue) = 23+81+36=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #175124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175124 is #E8AEDB. Grayscale: #3A3A3A. Windows color (decimal): -15249116 or 2380055. OLE color: 2380055.
HSL color Cylindrical-coordinate representation of color #175124: hue angle of 133.45º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175124 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 81 | 36 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.68 |
| HSL | 133.45º | 0.56% | 0.2% | - |
| HSV(B) | 133.45º | 0.72% | 0.32% | - |
| XYZ | 3.61 | 6.19 | 2.67 | - |
| YUV | 58.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 36 | 0.72 | 0 | 0.56 | 0.68 | 133.45 | 0.56 | 0.2 |
| Hex | 17 | 51 | 24 | 48 | 0 | 38 | 44 | 85 | 38 | 14 |
| Octal | 27 | 121 | 44 | 110 | 0 | 70 | 104 | 205 | 70 | 24 |
| Binary | 10111 | 1010001 | 100100 | 1001000 | 0 | 111000 | 1000100 | 10000101 | 111000 | 10100 |
Color Harmonies of #175124
Complementary color
Monochromatic Colors of #175124
Black with #175124
Text Example
Text Example
White with #175124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175124; }
p { color: rgb(23,81,36); }
H1.HeaderClassName
{
color: #175124;
}
.AnyTagClassName
{
color: #175124;
}
</style>
background-color css
<style>
a { background-color: #175124; }
a { background-color: rgb(23,81,36); }
div.DivClassName
{
background-color: #175124;
}
.BgClassName
{
background-color: #175124;
}
</style>
border-color css
<style>
span { border-color: #175124; }
span { border-color: rgb(23,81,36); }
td.TdClassName
{
border-color: #175124;
}
.TagClassName
{
border-color: #175124;
}
</style>