Shades of Crusoe #056E23
Tints of Crusoe #056E23
RGB
CMYK
RGB Variations
Color information
#056E23 (or 0x056E23) is known color: Crusoe. HEX triplet: 05, 6E and 23. RGB value is (5,110,35). Sum of RGB (Red+Green+Blue) = 5+110+35=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 110 (43.36% from 255 or 73.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 110 - color contains mainly: green. Hex color #056E23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E23 is #FA91DC. Grayscale: #464646. Windows color (decimal): -16421341 or 2321925. OLE color: 2321925.
HSL color Cylindrical-coordinate representation of color #056E23: hue angle of 137.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E23 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 110 | 35 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.57 |
| HSL | 137.14º | 0.91% | 0.23% | - |
| HSV(B) | 137.14º | 0.95% | 0.43% | - |
| XYZ | 5.94 | 11.31 | 3.46 | - |
| YUV | 70.06 | 108.21 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 35 | 0.95 | 0 | 0.68 | 0.57 | 137.14 | 0.91 | 0.23 |
| Hex | 5 | 6E | 23 | 5F | 0 | 44 | 39 | 89 | 5B | 17 |
| Octal | 5 | 156 | 43 | 137 | 0 | 104 | 71 | 211 | 133 | 27 |
| Binary | 101 | 1101110 | 100011 | 1011111 | 0 | 1000100 | 111001 | 10001001 | 1011011 | 10111 |
Color Harmonies of #056E23
Complementary color
Monochromatic Colors of #056E23
Black with #056E23
Text Example
Text Example
White with #056E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E23; }
p { color: rgb(5,110,35); }
H1.HeaderClassName
{
color: #056E23;
}
.AnyTagClassName
{
color: #056E23;
}
</style>
background-color css
<style>
a { background-color: #056E23; }
a { background-color: rgb(5,110,35); }
div.DivClassName
{
background-color: #056E23;
}
.BgClassName
{
background-color: #056E23;
}
</style>
border-color css
<style>
span { border-color: #056E23; }
span { border-color: rgb(5,110,35); }
td.TdClassName
{
border-color: #056E23;
}
.TagClassName
{
border-color: #056E23;
}
</style>