Shades of Crusoe #055E14
Tints of Crusoe #055E14
RGB
CMYK
RGB Variations
Color information
#055E14 (or 0x055E14) is known color: Crusoe. HEX triplet: 05, 5E and 14. RGB value is (5,94,20). Sum of RGB (Red+Green+Blue) = 5+94+20=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 94 (37.11% from 255 or 78.99% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 94 - color contains mainly: green. Hex color #055E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E14 is #FAA1EB. Grayscale: #3B3B3B. Windows color (decimal): -16425452 or 1334789. OLE color: 1334789.
HSL color Cylindrical-coordinate representation of color #055E14: hue angle of 130.11º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E14 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 94 | 20 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.63 |
| HSL | 130.11º | 0.9% | 0.19% | - |
| HSV(B) | 130.11º | 0.95% | 0.37% | - |
| XYZ | 4.19 | 8.09 | 2 | - |
| YUV | 58.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 20 | 0.95 | 0 | 0.79 | 0.63 | 130.11 | 0.9 | 0.19 |
| Hex | 5 | 5E | 14 | 5F | 0 | 4F | 3F | 82 | 5A | 13 |
| Octal | 5 | 136 | 24 | 137 | 0 | 117 | 77 | 202 | 132 | 23 |
| Binary | 101 | 1011110 | 10100 | 1011111 | 0 | 1001111 | 111111 | 10000010 | 1011010 | 10011 |
Color Harmonies of #055E14
Complementary color
Monochromatic Colors of #055E14
Black with #055E14
Text Example
Text Example
White with #055E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E14; }
p { color: rgb(5,94,20); }
H1.HeaderClassName
{
color: #055E14;
}
.AnyTagClassName
{
color: #055E14;
}
</style>
background-color css
<style>
a { background-color: #055E14; }
a { background-color: rgb(5,94,20); }
div.DivClassName
{
background-color: #055E14;
}
.BgClassName
{
background-color: #055E14;
}
</style>
border-color css
<style>
span { border-color: #055E14; }
span { border-color: rgb(5,94,20); }
td.TdClassName
{
border-color: #055E14;
}
.TagClassName
{
border-color: #055E14;
}
</style>