Shades of Crusoe #095118
Tints of Crusoe #095118
RGB
CMYK
RGB Variations
Color information
#095118 (or 0x095118) is known color: Crusoe. HEX triplet: 09, 51 and 18. RGB value is (9,81,24). Sum of RGB (Red+Green+Blue) = 9+81+24=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 81 (32.03% from 255 or 71.05% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 81 - color contains mainly: green. Hex color #095118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095118 is #F6AEE7. Grayscale: #353535. Windows color (decimal): -16166632 or 1593609. OLE color: 1593609.
HSL color Cylindrical-coordinate representation of color #095118: hue angle of 132.5º 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 #095118 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 24 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.68 |
| HSL | 132.5º | 0.8% | 0.18% | - |
| HSV(B) | 132.5º | 0.89% | 0.32% | - |
| XYZ | 3.22 | 6.01 | 1.85 | - |
| YUV | 52.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 24 | 0.89 | 0 | 0.70 | 0.68 | 132.5 | 0.8 | 0.18 |
| Hex | 9 | 51 | 18 | 59 | 0 | 46 | 44 | 84 | 50 | 12 |
| Octal | 11 | 121 | 30 | 131 | 0 | 106 | 104 | 204 | 120 | 22 |
| Binary | 1001 | 1010001 | 11000 | 1011001 | 0 | 1000110 | 1000100 | 10000100 | 1010000 | 10010 |
Color Harmonies of #095118
Complementary color
Monochromatic Colors of #095118
Black with #095118
Text Example
Text Example
White with #095118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095118; }
p { color: rgb(9,81,24); }
H1.HeaderClassName
{
color: #095118;
}
.AnyTagClassName
{
color: #095118;
}
</style>
background-color css
<style>
a { background-color: #095118; }
a { background-color: rgb(9,81,24); }
div.DivClassName
{
background-color: #095118;
}
.BgClassName
{
background-color: #095118;
}
</style>
border-color css
<style>
span { border-color: #095118; }
span { border-color: rgb(9,81,24); }
td.TdClassName
{
border-color: #095118;
}
.TagClassName
{
border-color: #095118;
}
</style>