Shades of Crusoe #095529
Tints of Crusoe #095529
RGB
CMYK
RGB Variations
Color information
#095529 (or 0x095529) is known color: Crusoe. HEX triplet: 09, 55 and 29. RGB value is (9,85,41). Sum of RGB (Red+Green+Blue) = 9+85+41=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #095529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095529 is #F6AAD6. Grayscale: #393939. Windows color (decimal): -16165591 or 2708745. OLE color: 2708745.
HSL color Cylindrical-coordinate representation of color #095529: hue angle of 145.26º degrees, saturation: 0.81, 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 #095529 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 41 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.67 |
| HSL | 145.26º | 0.81% | 0.18% | - |
| HSV(B) | 145.26º | 0.89% | 0.33% | - |
| XYZ | 3.76 | 6.72 | 3.2 | - |
| YUV | 57.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 41 | 0.89 | 0 | 0.52 | 0.67 | 145.26 | 0.81 | 0.18 |
| Hex | 9 | 55 | 29 | 59 | 0 | 34 | 43 | 91 | 51 | 12 |
| Octal | 11 | 125 | 51 | 131 | 0 | 64 | 103 | 221 | 121 | 22 |
| Binary | 1001 | 1010101 | 101001 | 1011001 | 0 | 110100 | 1000011 | 10010001 | 1010001 | 10010 |
Color Harmonies of #095529
Complementary color
Monochromatic Colors of #095529
Black with #095529
Text Example
Text Example
White with #095529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095529; }
p { color: rgb(9,85,41); }
H1.HeaderClassName
{
color: #095529;
}
.AnyTagClassName
{
color: #095529;
}
</style>
background-color css
<style>
a { background-color: #095529; }
a { background-color: rgb(9,85,41); }
div.DivClassName
{
background-color: #095529;
}
.BgClassName
{
background-color: #095529;
}
</style>
border-color css
<style>
span { border-color: #095529; }
span { border-color: rgb(9,85,41); }
td.TdClassName
{
border-color: #095529;
}
.TagClassName
{
border-color: #095529;
}
</style>