Shades of Crusoe #095F18
Tints of Crusoe #095F18
RGB
CMYK
RGB Variations
Color information
#095F18 (or 0x095F18) is known color: Crusoe. HEX triplet: 09, 5F and 18. RGB value is (9,95,24). Sum of RGB (Red+Green+Blue) = 9+95+24=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 95 (37.5% from 255 or 74.22% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 95 - color contains mainly: green. Hex color #095F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095F18 is #F6A0E7. Grayscale: #3D3D3D. Windows color (decimal): -16163048 or 1597193. OLE color: 1597193.
HSL color Cylindrical-coordinate representation of color #095F18: hue angle of 130.47º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F18 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 24 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.63 |
| HSL | 130.47º | 0.83% | 0.2% | - |
| HSV(B) | 130.47º | 0.91% | 0.37% | - |
| XYZ | 4.37 | 8.31 | 2.24 | - |
| YUV | 61.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 24 | 0.91 | 0 | 0.75 | 0.63 | 130.47 | 0.83 | 0.2 |
| Hex | 9 | 5F | 18 | 5B | 0 | 4B | 3F | 82 | 53 | 14 |
| Octal | 11 | 137 | 30 | 133 | 0 | 113 | 77 | 202 | 123 | 24 |
| Binary | 1001 | 1011111 | 11000 | 1011011 | 0 | 1001011 | 111111 | 10000010 | 1010011 | 10100 |
Color Harmonies of #095F18
Complementary color
Monochromatic Colors of #095F18
Black with #095F18
Text Example
Text Example
White with #095F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F18; }
p { color: rgb(9,95,24); }
H1.HeaderClassName
{
color: #095F18;
}
.AnyTagClassName
{
color: #095F18;
}
</style>
background-color css
<style>
a { background-color: #095F18; }
a { background-color: rgb(9,95,24); }
div.DivClassName
{
background-color: #095F18;
}
.BgClassName
{
background-color: #095F18;
}
</style>
border-color css
<style>
span { border-color: #095F18; }
span { border-color: rgb(9,95,24); }
td.TdClassName
{
border-color: #095F18;
}
.TagClassName
{
border-color: #095F18;
}
</style>