Shades of Crusoe #056C2C
Tints of Crusoe #056C2C
RGB
CMYK
RGB Variations
Color information
#056C2C (or 0x056C2C) is known color: Crusoe. HEX triplet: 05, 6C and 2C. RGB value is (5,108,44). Sum of RGB (Red+Green+Blue) = 5+108+44=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 108 (42.58% from 255 or 68.79% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 108 - color contains mainly: green. Hex color #056C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056C2C is #FA93D3. Grayscale: #464646. Windows color (decimal): -16421844 or 2911237. OLE color: 2911237.
HSL color Cylindrical-coordinate representation of color #056C2C: hue angle of 142.72º 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 #056C2C is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 108 | 44 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.58 |
| HSL | 142.72º | 0.91% | 0.22% | - |
| HSV(B) | 142.72º | 0.95% | 0.42% | - |
| XYZ | 5.88 | 10.94 | 4.18 | - |
| YUV | 69.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 44 | 0.95 | 0 | 0.59 | 0.58 | 142.72 | 0.91 | 0.22 |
| Hex | 5 | 6C | 2C | 5F | 0 | 3B | 3A | 8F | 5B | 16 |
| Octal | 5 | 154 | 54 | 137 | 0 | 73 | 72 | 217 | 133 | 26 |
| Binary | 101 | 1101100 | 101100 | 1011111 | 0 | 111011 | 111010 | 10001111 | 1011011 | 10110 |
Color Harmonies of #056C2C
Complementary color
Monochromatic Colors of #056C2C
Black with #056C2C
Text Example
Text Example
White with #056C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056C2C; }
p { color: rgb(5,108,44); }
H1.HeaderClassName
{
color: #056C2C;
}
.AnyTagClassName
{
color: #056C2C;
}
</style>
background-color css
<style>
a { background-color: #056C2C; }
a { background-color: rgb(5,108,44); }
div.DivClassName
{
background-color: #056C2C;
}
.BgClassName
{
background-color: #056C2C;
}
</style>
border-color css
<style>
span { border-color: #056C2C; }
span { border-color: rgb(5,108,44); }
td.TdClassName
{
border-color: #056C2C;
}
.TagClassName
{
border-color: #056C2C;
}
</style>