Shades of Crusoe #095929
Tints of Crusoe #095929
RGB
CMYK
RGB Variations
Color information
#095929 (or 0x095929) is known color: Crusoe. HEX triplet: 09, 59 and 29. RGB value is (9,89,41). Sum of RGB (Red+Green+Blue) = 9+89+41=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #095929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095929 is #F6A6D6. Grayscale: #3B3B3B. Windows color (decimal): -16164567 or 2709769. OLE color: 2709769.
HSL color Cylindrical-coordinate representation of color #095929: hue angle of 144º 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 #095929 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 41 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.65 |
| HSL | 144º | 0.82% | 0.19% | - |
| HSV(B) | 144º | 0.9% | 0.35% | - |
| XYZ | 4.09 | 7.36 | 3.3 | - |
| YUV | 59.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 41 | 0.90 | 0 | 0.54 | 0.65 | 144 | 0.82 | 0.19 |
| Hex | 9 | 59 | 29 | 5A | 0 | 36 | 41 | 90 | 52 | 13 |
| Octal | 11 | 131 | 51 | 132 | 0 | 66 | 101 | 220 | 122 | 23 |
| Binary | 1001 | 1011001 | 101001 | 1011010 | 0 | 110110 | 1000001 | 10010000 | 1010010 | 10011 |
Color Harmonies of #095929
Complementary color
Monochromatic Colors of #095929
Black with #095929
Text Example
Text Example
White with #095929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095929; }
p { color: rgb(9,89,41); }
H1.HeaderClassName
{
color: #095929;
}
.AnyTagClassName
{
color: #095929;
}
</style>
background-color css
<style>
a { background-color: #095929; }
a { background-color: rgb(9,89,41); }
div.DivClassName
{
background-color: #095929;
}
.BgClassName
{
background-color: #095929;
}
</style>
border-color css
<style>
span { border-color: #095929; }
span { border-color: rgb(9,89,41); }
td.TdClassName
{
border-color: #095929;
}
.TagClassName
{
border-color: #095929;
}
</style>