Shades of Crusoe #056A1D
Tints of Crusoe #056A1D
RGB
CMYK
RGB Variations
Color information
#056A1D (or 0x056A1D) is known color: Crusoe. HEX triplet: 05, 6A and 1D. RGB value is (5,106,29). Sum of RGB (Red+Green+Blue) = 5+106+29=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 106 (41.80% from 255 or 75.71% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 106 - color contains mainly: green. Hex color #056A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056A1D is #FA95E2. Grayscale: #434343. Windows color (decimal): -16422371 or 1927685. OLE color: 1927685.
HSL color Cylindrical-coordinate representation of color #056A1D: hue angle of 134.26º 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 #056A1D is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 106 | 29 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.58 |
| HSL | 134.26º | 0.91% | 0.22% | - |
| HSV(B) | 134.26º | 0.95% | 0.42% | - |
| XYZ | 5.44 | 10.43 | 2.89 | - |
| YUV | 67.02 | 106.54 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 29 | 0.95 | 0 | 0.73 | 0.58 | 134.26 | 0.91 | 0.22 |
| Hex | 5 | 6A | 1D | 5F | 0 | 49 | 3A | 86 | 5B | 16 |
| Octal | 5 | 152 | 35 | 137 | 0 | 111 | 72 | 206 | 133 | 26 |
| Binary | 101 | 1101010 | 11101 | 1011111 | 0 | 1001001 | 111010 | 10000110 | 1011011 | 10110 |
Color Harmonies of #056A1D
Complementary color
Monochromatic Colors of #056A1D
Black with #056A1D
Text Example
Text Example
White with #056A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A1D; }
p { color: rgb(5,106,29); }
H1.HeaderClassName
{
color: #056A1D;
}
.AnyTagClassName
{
color: #056A1D;
}
</style>
background-color css
<style>
a { background-color: #056A1D; }
a { background-color: rgb(5,106,29); }
div.DivClassName
{
background-color: #056A1D;
}
.BgClassName
{
background-color: #056A1D;
}
</style>
border-color css
<style>
span { border-color: #056A1D; }
span { border-color: rgb(5,106,29); }
td.TdClassName
{
border-color: #056A1D;
}
.TagClassName
{
border-color: #056A1D;
}
</style>