Shades of Crusoe #095921
Tints of Crusoe #095921
RGB
CMYK
RGB Variations
Color information
#095921 (or 0x095921) is known color: Crusoe. HEX triplet: 09, 59 and 21. RGB value is (9,89,33). Sum of RGB (Red+Green+Blue) = 9+89+33=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #095921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095921 is #F6A6DE. Grayscale: #3A3A3A. Windows color (decimal): -16164575 or 2185481. OLE color: 2185481.
HSL color Cylindrical-coordinate representation of color #095921: hue angle of 138º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095921 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 33 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.65 |
| HSL | 138º | 0.82% | 0.19% | - |
| HSV(B) | 138º | 0.9% | 0.35% | - |
| XYZ | 3.96 | 7.31 | 2.64 | - |
| YUV | 58.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 33 | 0.90 | 0 | 0.63 | 0.65 | 138 | 0.82 | 0.19 |
| Hex | 9 | 59 | 21 | 5A | 0 | 3F | 41 | 8A | 52 | 13 |
| Octal | 11 | 131 | 41 | 132 | 0 | 77 | 101 | 212 | 122 | 23 |
| Binary | 1001 | 1011001 | 100001 | 1011010 | 0 | 111111 | 1000001 | 10001010 | 1010010 | 10011 |
Color Harmonies of #095921
Complementary color
Monochromatic Colors of #095921
Black with #095921
Text Example
Text Example
White with #095921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095921; }
p { color: rgb(9,89,33); }
H1.HeaderClassName
{
color: #095921;
}
.AnyTagClassName
{
color: #095921;
}
</style>
background-color css
<style>
a { background-color: #095921; }
a { background-color: rgb(9,89,33); }
div.DivClassName
{
background-color: #095921;
}
.BgClassName
{
background-color: #095921;
}
</style>
border-color css
<style>
span { border-color: #095921; }
span { border-color: rgb(9,89,33); }
td.TdClassName
{
border-color: #095921;
}
.TagClassName
{
border-color: #095921;
}
</style>