Shades of Crusoe #056E1D
Tints of Crusoe #056E1D
RGB
CMYK
RGB Variations
Color information
#056E1D (or 0x056E1D) is known color: Crusoe. HEX triplet: 05, 6E and 1D. RGB value is (5,110,29). Sum of RGB (Red+Green+Blue) = 5+110+29=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 110 (43.36% from 255 or 76.39% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 110 - color contains mainly: green. Hex color #056E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E1D is #FA91E2. Grayscale: #454545. Windows color (decimal): -16421347 or 1928709. OLE color: 1928709.
HSL color Cylindrical-coordinate representation of color #056E1D: hue angle of 133.71º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E1D is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 110 | 29 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.57 |
| HSL | 133.71º | 0.91% | 0.23% | - |
| HSV(B) | 133.71º | 0.95% | 0.43% | - |
| XYZ | 5.86 | 11.27 | 3.03 | - |
| YUV | 69.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 29 | 0.95 | 0 | 0.74 | 0.57 | 133.71 | 0.91 | 0.23 |
| Hex | 5 | 6E | 1D | 5F | 0 | 4A | 39 | 86 | 5B | 17 |
| Octal | 5 | 156 | 35 | 137 | 0 | 112 | 71 | 206 | 133 | 27 |
| Binary | 101 | 1101110 | 11101 | 1011111 | 0 | 1001010 | 111001 | 10000110 | 1011011 | 10111 |
Color Harmonies of #056E1D
Complementary color
Monochromatic Colors of #056E1D
Black with #056E1D
Text Example
Text Example
White with #056E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E1D; }
p { color: rgb(5,110,29); }
H1.HeaderClassName
{
color: #056E1D;
}
.AnyTagClassName
{
color: #056E1D;
}
</style>
background-color css
<style>
a { background-color: #056E1D; }
a { background-color: rgb(5,110,29); }
div.DivClassName
{
background-color: #056E1D;
}
.BgClassName
{
background-color: #056E1D;
}
</style>
border-color css
<style>
span { border-color: #056E1D; }
span { border-color: rgb(5,110,29); }
td.TdClassName
{
border-color: #056E1D;
}
.TagClassName
{
border-color: #056E1D;
}
</style>