Shades of Crusoe #056722
Tints of Crusoe #056722
RGB
CMYK
RGB Variations
Color information
#056722 (or 0x056722) is known color: Crusoe. HEX triplet: 05, 67 and 22. RGB value is (5,103,34). Sum of RGB (Red+Green+Blue) = 5+103+34=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #056722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056722 is #FA98DD. Grayscale: #424242. Windows color (decimal): -16423134 or 2254597. OLE color: 2254597.
HSL color Cylindrical-coordinate representation of color #056722: hue angle of 137.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056722 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 103 | 34 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.60 |
| HSL | 137.76º | 0.91% | 0.21% | - |
| HSV(B) | 137.76º | 0.95% | 0.4% | - |
| XYZ | 5.2 | 9.85 | 3.14 | - |
| YUV | 65.83 | 110.03 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 34 | 0.95 | 0 | 0.67 | 0.60 | 137.76 | 0.91 | 0.21 |
| Hex | 5 | 67 | 22 | 5F | 0 | 43 | 3C | 8A | 5B | 15 |
| Octal | 5 | 147 | 42 | 137 | 0 | 103 | 74 | 212 | 133 | 25 |
| Binary | 101 | 1100111 | 100010 | 1011111 | 0 | 1000011 | 111100 | 10001010 | 1011011 | 10101 |
Color Harmonies of #056722
Complementary color
Monochromatic Colors of #056722
Black with #056722
Text Example
Text Example
White with #056722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056722; }
p { color: rgb(5,103,34); }
H1.HeaderClassName
{
color: #056722;
}
.AnyTagClassName
{
color: #056722;
}
</style>
background-color css
<style>
a { background-color: #056722; }
a { background-color: rgb(5,103,34); }
div.DivClassName
{
background-color: #056722;
}
.BgClassName
{
background-color: #056722;
}
</style>
border-color css
<style>
span { border-color: #056722; }
span { border-color: rgb(5,103,34); }
td.TdClassName
{
border-color: #056722;
}
.TagClassName
{
border-color: #056722;
}
</style>