Shades of Crusoe #056B1F
Tints of Crusoe #056B1F
RGB
CMYK
RGB Variations
Color information
#056B1F (or 0x056B1F) is known color: Crusoe. HEX triplet: 05, 6B and 1F. RGB value is (5,107,31). Sum of RGB (Red+Green+Blue) = 5+107+31=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #056B1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B1F is #FA94E0. Grayscale: #444444. Windows color (decimal): -16422113 or 2059013. OLE color: 2059013.
HSL color Cylindrical-coordinate representation of color #056B1F: hue angle of 135.29º 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 #056B1F is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 31 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.58 |
| HSL | 135.29º | 0.91% | 0.22% | - |
| HSV(B) | 135.29º | 0.95% | 0.42% | - |
| XYZ | 5.57 | 10.65 | 3.06 | - |
| YUV | 67.84 | 107.21 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 31 | 0.95 | 0 | 0.71 | 0.58 | 135.29 | 0.91 | 0.22 |
| Hex | 5 | 6B | 1F | 5F | 0 | 47 | 3A | 87 | 5B | 16 |
| Octal | 5 | 153 | 37 | 137 | 0 | 107 | 72 | 207 | 133 | 26 |
| Binary | 101 | 1101011 | 11111 | 1011111 | 0 | 1000111 | 111010 | 10000111 | 1011011 | 10110 |
Color Harmonies of #056B1F
Complementary color
Monochromatic Colors of #056B1F
Black with #056B1F
Text Example
Text Example
White with #056B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B1F; }
p { color: rgb(5,107,31); }
H1.HeaderClassName
{
color: #056B1F;
}
.AnyTagClassName
{
color: #056B1F;
}
</style>
background-color css
<style>
a { background-color: #056B1F; }
a { background-color: rgb(5,107,31); }
div.DivClassName
{
background-color: #056B1F;
}
.BgClassName
{
background-color: #056B1F;
}
</style>
border-color css
<style>
span { border-color: #056B1F; }
span { border-color: rgb(5,107,31); }
td.TdClassName
{
border-color: #056B1F;
}
.TagClassName
{
border-color: #056B1F;
}
</style>