Shades of Crusoe #095632
Tints of Crusoe #095632
RGB
CMYK
RGB Variations
Color information
#095632 (or 0x095632) is known color: Crusoe. HEX triplet: 09, 56 and 32. RGB value is (9,86,50). Sum of RGB (Red+Green+Blue) = 9+86+50=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 86 (33.98% from 255 or 59.31% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 86 - color contains mainly: green. Hex color #095632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095632 is #F6A9CD. Grayscale: #3A3A3A. Windows color (decimal): -16165326 or 3298825. OLE color: 3298825.
HSL color Cylindrical-coordinate representation of color #095632: hue angle of 151.95º 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 #095632 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 86 | 50 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.66 |
| HSL | 151.95º | 0.81% | 0.19% | - |
| HSV(B) | 151.95º | 0.9% | 0.34% | - |
| XYZ | 4.02 | 6.94 | 4.15 | - |
| YUV | 58.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 50 | 0.90 | 0 | 0.42 | 0.66 | 151.95 | 0.81 | 0.19 |
| Hex | 9 | 56 | 32 | 5A | 0 | 2A | 42 | 98 | 51 | 13 |
| Octal | 11 | 126 | 62 | 132 | 0 | 52 | 102 | 230 | 121 | 23 |
| Binary | 1001 | 1010110 | 110010 | 1011010 | 0 | 101010 | 1000010 | 10011000 | 1010001 | 10011 |
Color Harmonies of #095632
Complementary color
Monochromatic Colors of #095632
Black with #095632
Text Example
Text Example
White with #095632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095632; }
p { color: rgb(9,86,50); }
H1.HeaderClassName
{
color: #095632;
}
.AnyTagClassName
{
color: #095632;
}
</style>
background-color css
<style>
a { background-color: #095632; }
a { background-color: rgb(9,86,50); }
div.DivClassName
{
background-color: #095632;
}
.BgClassName
{
background-color: #095632;
}
</style>
border-color css
<style>
span { border-color: #095632; }
span { border-color: rgb(9,86,50); }
td.TdClassName
{
border-color: #095632;
}
.TagClassName
{
border-color: #095632;
}
</style>