Shades of Crusoe #095822
Tints of Crusoe #095822
RGB
CMYK
RGB Variations
Color information
#095822 (or 0x095822) is known color: Crusoe. HEX triplet: 09, 58 and 22. RGB value is (9,88,34). Sum of RGB (Red+Green+Blue) = 9+88+34=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #095822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095822 is #F6A7DD. Grayscale: #3A3A3A. Windows color (decimal): -16164830 or 2250761. OLE color: 2250761.
HSL color Cylindrical-coordinate representation of color #095822: hue angle of 138.99º degrees, saturation: 0.81, 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 #095822 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 88 | 34 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.65 |
| HSL | 138.99º | 0.81% | 0.19% | - |
| HSV(B) | 138.99º | 0.9% | 0.35% | - |
| XYZ | 3.89 | 7.15 | 2.69 | - |
| YUV | 58.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 34 | 0.90 | 0 | 0.61 | 0.65 | 138.99 | 0.81 | 0.19 |
| Hex | 9 | 58 | 22 | 5A | 0 | 3D | 41 | 8B | 51 | 13 |
| Octal | 11 | 130 | 42 | 132 | 0 | 75 | 101 | 213 | 121 | 23 |
| Binary | 1001 | 1011000 | 100010 | 1011010 | 0 | 111101 | 1000001 | 10001011 | 1010001 | 10011 |
Color Harmonies of #095822
Complementary color
Monochromatic Colors of #095822
Black with #095822
Text Example
Text Example
White with #095822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095822; }
p { color: rgb(9,88,34); }
H1.HeaderClassName
{
color: #095822;
}
.AnyTagClassName
{
color: #095822;
}
</style>
background-color css
<style>
a { background-color: #095822; }
a { background-color: rgb(9,88,34); }
div.DivClassName
{
background-color: #095822;
}
.BgClassName
{
background-color: #095822;
}
</style>
border-color css
<style>
span { border-color: #095822; }
span { border-color: rgb(9,88,34); }
td.TdClassName
{
border-color: #095822;
}
.TagClassName
{
border-color: #095822;
}
</style>