Shades of Crusoe #056B2D
Tints of Crusoe #056B2D
RGB
CMYK
RGB Variations
Color information
#056B2D (or 0x056B2D) is known color: Crusoe. HEX triplet: 05, 6B and 2D. RGB value is (5,107,45). Sum of RGB (Red+Green+Blue) = 5+107+45=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 107 (42.19% from 255 or 68.15% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 107 - color contains mainly: green. Hex color #056B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B2D is #FA94D2. Grayscale: #454545. Windows color (decimal): -16422099 or 2976517. OLE color: 2976517.
HSL color Cylindrical-coordinate representation of color #056B2D: hue angle of 143.53º 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 #056B2D is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 45 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.58 |
| HSL | 143.53º | 0.91% | 0.22% | - |
| HSV(B) | 143.53º | 0.95% | 0.42% | - |
| XYZ | 5.79 | 10.74 | 4.25 | - |
| YUV | 69.43 | 114.21 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 45 | 0.95 | 0 | 0.58 | 0.58 | 143.53 | 0.91 | 0.22 |
| Hex | 5 | 6B | 2D | 5F | 0 | 3A | 3A | 90 | 5B | 16 |
| Octal | 5 | 153 | 55 | 137 | 0 | 72 | 72 | 220 | 133 | 26 |
| Binary | 101 | 1101011 | 101101 | 1011111 | 0 | 111010 | 111010 | 10010000 | 1011011 | 10110 |
Color Harmonies of #056B2D
Complementary color
Monochromatic Colors of #056B2D
Black with #056B2D
Text Example
Text Example
White with #056B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B2D; }
p { color: rgb(5,107,45); }
H1.HeaderClassName
{
color: #056B2D;
}
.AnyTagClassName
{
color: #056B2D;
}
</style>
background-color css
<style>
a { background-color: #056B2D; }
a { background-color: rgb(5,107,45); }
div.DivClassName
{
background-color: #056B2D;
}
.BgClassName
{
background-color: #056B2D;
}
</style>
border-color css
<style>
span { border-color: #056B2D; }
span { border-color: rgb(5,107,45); }
td.TdClassName
{
border-color: #056B2D;
}
.TagClassName
{
border-color: #056B2D;
}
</style>