Shades of Crusoe #096432
Tints of Crusoe #096432
RGB
CMYK
RGB Variations
Color information
#096432 (or 0x096432) is known color: Crusoe. HEX triplet: 09, 64 and 32. RGB value is (9,100,50). Sum of RGB (Red+Green+Blue) = 9+100+50=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #096432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096432 is #F69BCD. Grayscale: #434343. Windows color (decimal): -16161742 or 3302409. OLE color: 3302409.
HSL color Cylindrical-coordinate representation of color #096432: hue angle of 147.03º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096432 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 50 | - |
| CMYK | 0.91 | 0 | 0.50 | 0.61 |
| HSL | 147.03º | 0.83% | 0.21% | - |
| HSV(B) | 147.03º | 0.91% | 0.39% | - |
| XYZ | 5.25 | 9.4 | 4.56 | - |
| YUV | 67.09 | 118.35 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 50 | 0.91 | 0 | 0.50 | 0.61 | 147.03 | 0.83 | 0.21 |
| Hex | 9 | 64 | 32 | 5B | 0 | 32 | 3D | 93 | 53 | 15 |
| Octal | 11 | 144 | 62 | 133 | 0 | 62 | 75 | 223 | 123 | 25 |
| Binary | 1001 | 1100100 | 110010 | 1011011 | 0 | 110010 | 111101 | 10010011 | 1010011 | 10101 |
Color Harmonies of #096432
Complementary color
Monochromatic Colors of #096432
Black with #096432
Text Example
Text Example
White with #096432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096432; }
p { color: rgb(9,100,50); }
H1.HeaderClassName
{
color: #096432;
}
.AnyTagClassName
{
color: #096432;
}
</style>
background-color css
<style>
a { background-color: #096432; }
a { background-color: rgb(9,100,50); }
div.DivClassName
{
background-color: #096432;
}
.BgClassName
{
background-color: #096432;
}
</style>
border-color css
<style>
span { border-color: #096432; }
span { border-color: rgb(9,100,50); }
td.TdClassName
{
border-color: #096432;
}
.TagClassName
{
border-color: #096432;
}
</style>