Shades of Crusoe #056A2E
Tints of Crusoe #056A2E
RGB
CMYK
RGB Variations
Color information
#056A2E (or 0x056A2E) is known color: Crusoe. HEX triplet: 05, 6A and 2E. RGB value is (5,106,46). Sum of RGB (Red+Green+Blue) = 5+106+46=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 106 (41.80% from 255 or 67.52% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 106 - color contains mainly: green. Hex color #056A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056A2E is #FA95D1. Grayscale: #454545. Windows color (decimal): -16422354 or 3041797. OLE color: 3041797.
HSL color Cylindrical-coordinate representation of color #056A2E: hue angle of 144.36º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A2E is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 106 | 46 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.58 |
| HSL | 144.36º | 0.91% | 0.22% | - |
| HSV(B) | 144.36º | 0.95% | 0.42% | - |
| XYZ | 5.71 | 10.54 | 4.32 | - |
| YUV | 68.96 | 115.04 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 46 | 0.95 | 0 | 0.57 | 0.58 | 144.36 | 0.91 | 0.22 |
| Hex | 5 | 6A | 2E | 5F | 0 | 39 | 3A | 90 | 5B | 16 |
| Octal | 5 | 152 | 56 | 137 | 0 | 71 | 72 | 220 | 133 | 26 |
| Binary | 101 | 1101010 | 101110 | 1011111 | 0 | 111001 | 111010 | 10010000 | 1011011 | 10110 |
Color Harmonies of #056A2E
Complementary color
Monochromatic Colors of #056A2E
Black with #056A2E
Text Example
Text Example
White with #056A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A2E; }
p { color: rgb(5,106,46); }
H1.HeaderClassName
{
color: #056A2E;
}
.AnyTagClassName
{
color: #056A2E;
}
</style>
background-color css
<style>
a { background-color: #056A2E; }
a { background-color: rgb(5,106,46); }
div.DivClassName
{
background-color: #056A2E;
}
.BgClassName
{
background-color: #056A2E;
}
</style>
border-color css
<style>
span { border-color: #056A2E; }
span { border-color: rgb(5,106,46); }
td.TdClassName
{
border-color: #056A2E;
}
.TagClassName
{
border-color: #056A2E;
}
</style>