Shades of Crusoe #095418
Tints of Crusoe #095418
RGB
CMYK
RGB Variations
Color information
#095418 (or 0x095418) is known color: Crusoe. HEX triplet: 09, 54 and 18. RGB value is (9,84,24). Sum of RGB (Red+Green+Blue) = 9+84+24=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #095418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095418 is #F6ABE7. Grayscale: #363636. Windows color (decimal): -16165864 or 1594377. OLE color: 1594377.
HSL color Cylindrical-coordinate representation of color #095418: hue angle of 132º 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 #095418 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 84 | 24 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.67 |
| HSL | 132º | 0.81% | 0.18% | - |
| HSV(B) | 132º | 0.89% | 0.33% | - |
| XYZ | 3.45 | 6.46 | 1.93 | - |
| YUV | 54.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 24 | 0.89 | 0 | 0.71 | 0.67 | 132 | 0.81 | 0.18 |
| Hex | 9 | 54 | 18 | 59 | 0 | 47 | 43 | 84 | 51 | 12 |
| Octal | 11 | 124 | 30 | 131 | 0 | 107 | 103 | 204 | 121 | 22 |
| Binary | 1001 | 1010100 | 11000 | 1011001 | 0 | 1000111 | 1000011 | 10000100 | 1010001 | 10010 |
Color Harmonies of #095418
Complementary color
Monochromatic Colors of #095418
Black with #095418
Text Example
Text Example
White with #095418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095418; }
p { color: rgb(9,84,24); }
H1.HeaderClassName
{
color: #095418;
}
.AnyTagClassName
{
color: #095418;
}
</style>
background-color css
<style>
a { background-color: #095418; }
a { background-color: rgb(9,84,24); }
div.DivClassName
{
background-color: #095418;
}
.BgClassName
{
background-color: #095418;
}
</style>
border-color css
<style>
span { border-color: #095418; }
span { border-color: rgb(9,84,24); }
td.TdClassName
{
border-color: #095418;
}
.TagClassName
{
border-color: #095418;
}
</style>