Shades of Crusoe #176325
Tints of Crusoe #176325
RGB
CMYK
RGB Variations
Color information
#176325 (or 0x176325) is known color: Crusoe. HEX triplet: 17, 63 and 25. RGB value is (23,99,37). Sum of RGB (Red+Green+Blue) = 23+99+37=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #176325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176325 is #E89CDA. Grayscale: #454545. Windows color (decimal): -15244507 or 2450199. OLE color: 2450199.
HSL color Cylindrical-coordinate representation of color #176325: hue angle of 131.05º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #176325 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 99 | 37 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.61 |
| HSL | 131.05º | 0.62% | 0.24% | - |
| HSV(B) | 131.05º | 0.77% | 0.39% | - |
| XYZ | 5.15 | 9.24 | 3.26 | - |
| YUV | 69.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 37 | 0.77 | 0 | 0.63 | 0.61 | 131.05 | 0.62 | 0.24 |
| Hex | 17 | 63 | 25 | 4D | 0 | 3F | 3D | 83 | 3E | 18 |
| Octal | 27 | 143 | 45 | 115 | 0 | 77 | 75 | 203 | 76 | 30 |
| Binary | 10111 | 1100011 | 100101 | 1001101 | 0 | 111111 | 111101 | 10000011 | 111110 | 11000 |
Color Harmonies of #176325
Complementary color
Monochromatic Colors of #176325
Black with #176325
Text Example
Text Example
White with #176325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176325; }
p { color: rgb(23,99,37); }
H1.HeaderClassName
{
color: #176325;
}
.AnyTagClassName
{
color: #176325;
}
</style>
background-color css
<style>
a { background-color: #176325; }
a { background-color: rgb(23,99,37); }
div.DivClassName
{
background-color: #176325;
}
.BgClassName
{
background-color: #176325;
}
</style>
border-color css
<style>
span { border-color: #176325; }
span { border-color: rgb(23,99,37); }
td.TdClassName
{
border-color: #176325;
}
.TagClassName
{
border-color: #176325;
}
</style>