Shades of Crusoe #095229
Tints of Crusoe #095229
RGB
CMYK
RGB Variations
Color information
#095229 (or 0x095229) is known color: Crusoe. HEX triplet: 09, 52 and 29. RGB value is (9,82,41). Sum of RGB (Red+Green+Blue) = 9+82+41=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #095229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095229 is #F6ADD6. Grayscale: #373737. Windows color (decimal): -16166359 or 2707977. OLE color: 2707977.
HSL color Cylindrical-coordinate representation of color #095229: hue angle of 146.3º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095229 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 41 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.68 |
| HSL | 146.3º | 0.8% | 0.18% | - |
| HSV(B) | 146.3º | 0.89% | 0.32% | - |
| XYZ | 3.53 | 6.25 | 3.12 | - |
| YUV | 55.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 41 | 0.89 | 0 | 0.50 | 0.68 | 146.3 | 0.8 | 0.18 |
| Hex | 9 | 52 | 29 | 59 | 0 | 32 | 44 | 92 | 50 | 12 |
| Octal | 11 | 122 | 51 | 131 | 0 | 62 | 104 | 222 | 120 | 22 |
| Binary | 1001 | 1010010 | 101001 | 1011001 | 0 | 110010 | 1000100 | 10010010 | 1010000 | 10010 |
Color Harmonies of #095229
Complementary color
Monochromatic Colors of #095229
Black with #095229
Text Example
Text Example
White with #095229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095229; }
p { color: rgb(9,82,41); }
H1.HeaderClassName
{
color: #095229;
}
.AnyTagClassName
{
color: #095229;
}
</style>
background-color css
<style>
a { background-color: #095229; }
a { background-color: rgb(9,82,41); }
div.DivClassName
{
background-color: #095229;
}
.BgClassName
{
background-color: #095229;
}
</style>
border-color css
<style>
span { border-color: #095229; }
span { border-color: rgb(9,82,41); }
td.TdClassName
{
border-color: #095229;
}
.TagClassName
{
border-color: #095229;
}
</style>