Shades of Crusoe #095D14
Tints of Crusoe #095D14
RGB
CMYK
RGB Variations
Color information
#095D14 (or 0x095D14) is known color: Crusoe. HEX triplet: 09, 5D and 14. RGB value is (9,93,20). Sum of RGB (Red+Green+Blue) = 9+93+20=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 93 (36.72% from 255 or 76.23% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 93 - color contains mainly: green. Hex color #095D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D14 is #F6A2EB. Grayscale: #3B3B3B. Windows color (decimal): -16163564 or 1334537. OLE color: 1334537.
HSL color Cylindrical-coordinate representation of color #095D14: hue angle of 127.86º 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 #095D14 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 20 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.64 |
| HSL | 127.86º | 0.82% | 0.2% | - |
| HSV(B) | 127.86º | 0.9% | 0.36% | - |
| XYZ | 4.15 | 7.94 | 1.97 | - |
| YUV | 59.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 20 | 0.90 | 0 | 0.78 | 0.64 | 127.86 | 0.82 | 0.2 |
| Hex | 9 | 5D | 14 | 5A | 0 | 4E | 40 | 80 | 52 | 14 |
| Octal | 11 | 135 | 24 | 132 | 0 | 116 | 100 | 200 | 122 | 24 |
| Binary | 1001 | 1011101 | 10100 | 1011010 | 0 | 1001110 | 1000000 | 10000000 | 1010010 | 10100 |
Color Harmonies of #095D14
Complementary color
Monochromatic Colors of #095D14
Black with #095D14
Text Example
Text Example
White with #095D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D14; }
p { color: rgb(9,93,20); }
H1.HeaderClassName
{
color: #095D14;
}
.AnyTagClassName
{
color: #095D14;
}
</style>
background-color css
<style>
a { background-color: #095D14; }
a { background-color: rgb(9,93,20); }
div.DivClassName
{
background-color: #095D14;
}
.BgClassName
{
background-color: #095D14;
}
</style>
border-color css
<style>
span { border-color: #095D14; }
span { border-color: rgb(9,93,20); }
td.TdClassName
{
border-color: #095D14;
}
.TagClassName
{
border-color: #095D14;
}
</style>