Shades of Crusoe #095D15
Tints of Crusoe #095D15
RGB
CMYK
RGB Variations
Color information
#095D15 (or 0x095D15) is known color: Crusoe. HEX triplet: 09, 5D and 15. RGB value is (9,93,21). Sum of RGB (Red+Green+Blue) = 9+93+21=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 93 (36.72% from 255 or 75.61% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 93 - color contains mainly: green. Hex color #095D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D15 is #F6A2EA. Grayscale: #3B3B3B. Windows color (decimal): -16163563 or 1400073. OLE color: 1400073.
HSL color Cylindrical-coordinate representation of color #095D15: hue angle of 128.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D15 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 21 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.64 |
| HSL | 128.57º | 0.82% | 0.2% | - |
| HSV(B) | 128.57º | 0.9% | 0.36% | - |
| XYZ | 4.16 | 7.94 | 2.02 | - |
| YUV | 59.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 21 | 0.90 | 0 | 0.77 | 0.64 | 128.57 | 0.82 | 0.2 |
| Hex | 9 | 5D | 15 | 5A | 0 | 4D | 40 | 81 | 52 | 14 |
| Octal | 11 | 135 | 25 | 132 | 0 | 115 | 100 | 201 | 122 | 24 |
| Binary | 1001 | 1011101 | 10101 | 1011010 | 0 | 1001101 | 1000000 | 10000001 | 1010010 | 10100 |
Color Harmonies of #095D15
Complementary color
Monochromatic Colors of #095D15
Black with #095D15
Text Example
Text Example
White with #095D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D15; }
p { color: rgb(9,93,21); }
H1.HeaderClassName
{
color: #095D15;
}
.AnyTagClassName
{
color: #095D15;
}
</style>
background-color css
<style>
a { background-color: #095D15; }
a { background-color: rgb(9,93,21); }
div.DivClassName
{
background-color: #095D15;
}
.BgClassName
{
background-color: #095D15;
}
</style>
border-color css
<style>
span { border-color: #095D15; }
span { border-color: rgb(9,93,21); }
td.TdClassName
{
border-color: #095D15;
}
.TagClassName
{
border-color: #095D15;
}
</style>