Shades of Crusoe #176024
Tints of Crusoe #176024
RGB
CMYK
RGB Variations
Color information
#176024 (or 0x176024) is known color: Crusoe. HEX triplet: 17, 60 and 24. RGB value is (23,96,36). Sum of RGB (Red+Green+Blue) = 23+96+36=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #176024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176024 is #E89FDB. Grayscale: #434343. Windows color (decimal): -15245276 or 2383895. OLE color: 2383895.
HSL color Cylindrical-coordinate representation of color #176024: hue angle of 130.68º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #176024 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 36 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.62 |
| HSL | 130.68º | 0.61% | 0.23% | - |
| HSV(B) | 130.68º | 0.76% | 0.38% | - |
| XYZ | 4.85 | 8.68 | 3.09 | - |
| YUV | 67.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 36 | 0.76 | 0 | 0.62 | 0.62 | 130.68 | 0.61 | 0.23 |
| Hex | 17 | 60 | 24 | 4C | 0 | 3E | 3E | 83 | 3D | 17 |
| Octal | 27 | 140 | 44 | 114 | 0 | 76 | 76 | 203 | 75 | 27 |
| Binary | 10111 | 1100000 | 100100 | 1001100 | 0 | 111110 | 111110 | 10000011 | 111101 | 10111 |
Color Harmonies of #176024
Complementary color
Monochromatic Colors of #176024
Black with #176024
Text Example
Text Example
White with #176024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176024; }
p { color: rgb(23,96,36); }
H1.HeaderClassName
{
color: #176024;
}
.AnyTagClassName
{
color: #176024;
}
</style>
background-color css
<style>
a { background-color: #176024; }
a { background-color: rgb(23,96,36); }
div.DivClassName
{
background-color: #176024;
}
.BgClassName
{
background-color: #176024;
}
</style>
border-color css
<style>
span { border-color: #176024; }
span { border-color: rgb(23,96,36); }
td.TdClassName
{
border-color: #176024;
}
.TagClassName
{
border-color: #176024;
}
</style>