Shades of Crusoe #056E2D
Tints of Crusoe #056E2D
RGB
CMYK
RGB Variations
Color information
#056E2D (or 0x056E2D) is known color: Crusoe. HEX triplet: 05, 6E and 2D. RGB value is (5,110,45). Sum of RGB (Red+Green+Blue) = 5+110+45=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 110 (43.36% from 255 or 68.75% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 110 - color contains mainly: green. Hex color #056E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E2D is #FA91D2. Grayscale: #474747. Windows color (decimal): -16421331 or 2977285. OLE color: 2977285.
HSL color Cylindrical-coordinate representation of color #056E2D: hue angle of 142.86º 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 #056E2D is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 110 | 45 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.57 |
| HSL | 142.86º | 0.91% | 0.23% | - |
| HSV(B) | 142.86º | 0.95% | 0.43% | - |
| XYZ | 6.11 | 11.37 | 4.36 | - |
| YUV | 71.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 45 | 0.95 | 0 | 0.59 | 0.57 | 142.86 | 0.91 | 0.23 |
| Hex | 5 | 6E | 2D | 5F | 0 | 3B | 39 | 8F | 5B | 17 |
| Octal | 5 | 156 | 55 | 137 | 0 | 73 | 71 | 217 | 133 | 27 |
| Binary | 101 | 1101110 | 101101 | 1011111 | 0 | 111011 | 111001 | 10001111 | 1011011 | 10111 |
Color Harmonies of #056E2D
Complementary color
Monochromatic Colors of #056E2D
Black with #056E2D
Text Example
Text Example
White with #056E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E2D; }
p { color: rgb(5,110,45); }
H1.HeaderClassName
{
color: #056E2D;
}
.AnyTagClassName
{
color: #056E2D;
}
</style>
background-color css
<style>
a { background-color: #056E2D; }
a { background-color: rgb(5,110,45); }
div.DivClassName
{
background-color: #056E2D;
}
.BgClassName
{
background-color: #056E2D;
}
</style>
border-color css
<style>
span { border-color: #056E2D; }
span { border-color: rgb(5,110,45); }
td.TdClassName
{
border-color: #056E2D;
}
.TagClassName
{
border-color: #056E2D;
}
</style>