Shades of Crusoe #056A1F
Tints of Crusoe #056A1F
RGB
CMYK
RGB Variations
Color information
#056A1F (or 0x056A1F) is known color: Crusoe. HEX triplet: 05, 6A and 1F. RGB value is (5,106,31). Sum of RGB (Red+Green+Blue) = 5+106+31=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 106 (41.80% from 255 or 74.65% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 106 - color contains mainly: green. Hex color #056A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056A1F is #FA95E0. Grayscale: #434343. Windows color (decimal): -16422369 or 2058757. OLE color: 2058757.
HSL color Cylindrical-coordinate representation of color #056A1F: hue angle of 135.45º 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 #056A1F is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 106 | 31 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.58 |
| HSL | 135.45º | 0.91% | 0.22% | - |
| HSV(B) | 135.45º | 0.95% | 0.42% | - |
| XYZ | 5.46 | 10.44 | 3.02 | - |
| YUV | 67.25 | 107.54 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 31 | 0.95 | 0 | 0.71 | 0.58 | 135.45 | 0.91 | 0.22 |
| Hex | 5 | 6A | 1F | 5F | 0 | 47 | 3A | 87 | 5B | 16 |
| Octal | 5 | 152 | 37 | 137 | 0 | 107 | 72 | 207 | 133 | 26 |
| Binary | 101 | 1101010 | 11111 | 1011111 | 0 | 1000111 | 111010 | 10000111 | 1011011 | 10110 |
Color Harmonies of #056A1F
Complementary color
Monochromatic Colors of #056A1F
Black with #056A1F
Text Example
Text Example
White with #056A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A1F; }
p { color: rgb(5,106,31); }
H1.HeaderClassName
{
color: #056A1F;
}
.AnyTagClassName
{
color: #056A1F;
}
</style>
background-color css
<style>
a { background-color: #056A1F; }
a { background-color: rgb(5,106,31); }
div.DivClassName
{
background-color: #056A1F;
}
.BgClassName
{
background-color: #056A1F;
}
</style>
border-color css
<style>
span { border-color: #056A1F; }
span { border-color: rgb(5,106,31); }
td.TdClassName
{
border-color: #056A1F;
}
.TagClassName
{
border-color: #056A1F;
}
</style>