Shades of Crusoe #096324
Tints of Crusoe #096324
RGB
CMYK
RGB Variations
Color information
#096324 (or 0x096324) is known color: Crusoe. HEX triplet: 09, 63 and 24. RGB value is (9,99,36). Sum of RGB (Red+Green+Blue) = 9+99+36=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #096324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096324 is #F69CDB. Grayscale: #414141. Windows color (decimal): -16162012 or 2384649. OLE color: 2384649.
HSL color Cylindrical-coordinate representation of color #096324: hue angle of 138º 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 #096324 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 36 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.61 |
| HSL | 138º | 0.83% | 0.21% | - |
| HSV(B) | 138º | 0.91% | 0.39% | - |
| XYZ | 4.89 | 9.11 | 3.17 | - |
| YUV | 64.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 36 | 0.91 | 0 | 0.64 | 0.61 | 138 | 0.83 | 0.21 |
| Hex | 9 | 63 | 24 | 5B | 0 | 40 | 3D | 8A | 53 | 15 |
| Octal | 11 | 143 | 44 | 133 | 0 | 100 | 75 | 212 | 123 | 25 |
| Binary | 1001 | 1100011 | 100100 | 1011011 | 0 | 1000000 | 111101 | 10001010 | 1010011 | 10101 |
Color Harmonies of #096324
Complementary color
Monochromatic Colors of #096324
Black with #096324
Text Example
Text Example
White with #096324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096324; }
p { color: rgb(9,99,36); }
H1.HeaderClassName
{
color: #096324;
}
.AnyTagClassName
{
color: #096324;
}
</style>
background-color css
<style>
a { background-color: #096324; }
a { background-color: rgb(9,99,36); }
div.DivClassName
{
background-color: #096324;
}
.BgClassName
{
background-color: #096324;
}
</style>
border-color css
<style>
span { border-color: #096324; }
span { border-color: rgb(9,99,36); }
td.TdClassName
{
border-color: #096324;
}
.TagClassName
{
border-color: #096324;
}
</style>