Shades of Crusoe #095228
Tints of Crusoe #095228
RGB
CMYK
RGB Variations
Color information
#095228 (or 0x095228) is known color: Crusoe. HEX triplet: 09, 52 and 28. RGB value is (9,82,40). Sum of RGB (Red+Green+Blue) = 9+82+40=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #095228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095228 is #F6ADD7. Grayscale: #373737. Windows color (decimal): -16166360 or 2642441. OLE color: 2642441.
HSL color Cylindrical-coordinate representation of color #095228: hue angle of 145.48º 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 #095228 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 40 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.68 |
| HSL | 145.48º | 0.8% | 0.18% | - |
| HSV(B) | 145.48º | 0.89% | 0.32% | - |
| XYZ | 3.51 | 6.25 | 3.03 | - |
| YUV | 55.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 40 | 0.89 | 0 | 0.51 | 0.68 | 145.48 | 0.8 | 0.18 |
| Hex | 9 | 52 | 28 | 59 | 0 | 33 | 44 | 91 | 50 | 12 |
| Octal | 11 | 122 | 50 | 131 | 0 | 63 | 104 | 221 | 120 | 22 |
| Binary | 1001 | 1010010 | 101000 | 1011001 | 0 | 110011 | 1000100 | 10010001 | 1010000 | 10010 |
Color Harmonies of #095228
Complementary color
Monochromatic Colors of #095228
Black with #095228
Text Example
Text Example
White with #095228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095228; }
p { color: rgb(9,82,40); }
H1.HeaderClassName
{
color: #095228;
}
.AnyTagClassName
{
color: #095228;
}
</style>
background-color css
<style>
a { background-color: #095228; }
a { background-color: rgb(9,82,40); }
div.DivClassName
{
background-color: #095228;
}
.BgClassName
{
background-color: #095228;
}
</style>
border-color css
<style>
span { border-color: #095228; }
span { border-color: rgb(9,82,40); }
td.TdClassName
{
border-color: #095228;
}
.TagClassName
{
border-color: #095228;
}
</style>