Shades of Crusoe #095622
Tints of Crusoe #095622
RGB
CMYK
RGB Variations
Color information
#095622 (or 0x095622) is known color: Crusoe. HEX triplet: 09, 56 and 22. RGB value is (9,86,34). Sum of RGB (Red+Green+Blue) = 9+86+34=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 86 (33.98% from 255 or 66.67% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 86 - color contains mainly: green. Hex color #095622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095622 is #F6A9DD. Grayscale: #393939. Windows color (decimal): -16165342 or 2250249. OLE color: 2250249.
HSL color Cylindrical-coordinate representation of color #095622: hue angle of 139.48º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095622 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 86 | 34 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.66 |
| HSL | 139.48º | 0.81% | 0.19% | - |
| HSV(B) | 139.48º | 0.9% | 0.34% | - |
| XYZ | 3.73 | 6.83 | 2.63 | - |
| YUV | 57.05 | 114.99 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 34 | 0.90 | 0 | 0.60 | 0.66 | 139.48 | 0.81 | 0.19 |
| Hex | 9 | 56 | 22 | 5A | 0 | 3C | 42 | 8B | 51 | 13 |
| Octal | 11 | 126 | 42 | 132 | 0 | 74 | 102 | 213 | 121 | 23 |
| Binary | 1001 | 1010110 | 100010 | 1011010 | 0 | 111100 | 1000010 | 10001011 | 1010001 | 10011 |
Color Harmonies of #095622
Complementary color
Monochromatic Colors of #095622
Black with #095622
Text Example
Text Example
White with #095622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095622; }
p { color: rgb(9,86,34); }
H1.HeaderClassName
{
color: #095622;
}
.AnyTagClassName
{
color: #095622;
}
</style>
background-color css
<style>
a { background-color: #095622; }
a { background-color: rgb(9,86,34); }
div.DivClassName
{
background-color: #095622;
}
.BgClassName
{
background-color: #095622;
}
</style>
border-color css
<style>
span { border-color: #095622; }
span { border-color: rgb(9,86,34); }
td.TdClassName
{
border-color: #095622;
}
.TagClassName
{
border-color: #095622;
}
</style>