Shades of Crusoe #095328
Tints of Crusoe #095328
RGB
CMYK
RGB Variations
Color information
#095328 (or 0x095328) is known color: Crusoe. HEX triplet: 09, 53 and 28. RGB value is (9,83,40). Sum of RGB (Red+Green+Blue) = 9+83+40=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #095328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095328 is #F6ACD7. Grayscale: #383838. Windows color (decimal): -16166104 or 2642697. OLE color: 2642697.
HSL color Cylindrical-coordinate representation of color #095328: hue angle of 145.14º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095328 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 40 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.67 |
| HSL | 145.14º | 0.8% | 0.18% | - |
| HSV(B) | 145.14º | 0.89% | 0.33% | - |
| XYZ | 3.59 | 6.4 | 3.05 | - |
| YUV | 55.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 40 | 0.89 | 0 | 0.52 | 0.67 | 145.14 | 0.8 | 0.18 |
| Hex | 9 | 53 | 28 | 59 | 0 | 34 | 43 | 91 | 50 | 12 |
| Octal | 11 | 123 | 50 | 131 | 0 | 64 | 103 | 221 | 120 | 22 |
| Binary | 1001 | 1010011 | 101000 | 1011001 | 0 | 110100 | 1000011 | 10010001 | 1010000 | 10010 |
Color Harmonies of #095328
Complementary color
Monochromatic Colors of #095328
Black with #095328
Text Example
Text Example
White with #095328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095328; }
p { color: rgb(9,83,40); }
H1.HeaderClassName
{
color: #095328;
}
.AnyTagClassName
{
color: #095328;
}
</style>
background-color css
<style>
a { background-color: #095328; }
a { background-color: rgb(9,83,40); }
div.DivClassName
{
background-color: #095328;
}
.BgClassName
{
background-color: #095328;
}
</style>
border-color css
<style>
span { border-color: #095328; }
span { border-color: rgb(9,83,40); }
td.TdClassName
{
border-color: #095328;
}
.TagClassName
{
border-color: #095328;
}
</style>