Shades of Jewel #056D40
Tints of Jewel #056D40
RGB
CMYK
RGB Variations
Color information
#056D40 (or 0x056D40) is known color: Jewel. HEX triplet: 05, 6D and 40. RGB value is (5,109,64). Sum of RGB (Red+Green+Blue) = 5+109+64=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 109 (42.97% from 255 or 61.24% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 109 - color contains mainly: green. Hex color #056D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056D40 is #FA92BF. Grayscale: #484848. Windows color (decimal): -16421568 or 4222213. OLE color: 4222213.
HSL color Cylindrical-coordinate representation of color #056D40: hue angle of 154.04º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056D40 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 109 | 64 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.57 |
| HSL | 154.04º | 0.91% | 0.22% | - |
| HSV(B) | 154.04º | 0.95% | 0.43% | - |
| XYZ | 6.46 | 11.34 | 6.7 | - |
| YUV | 72.77 | 123.04 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 64 | 0.95 | 0 | 0.41 | 0.57 | 154.04 | 0.91 | 0.22 |
| Hex | 5 | 6D | 40 | 5F | 0 | 29 | 39 | 9A | 5B | 16 |
| Octal | 5 | 155 | 100 | 137 | 0 | 51 | 71 | 232 | 133 | 26 |
| Binary | 101 | 1101101 | 1000000 | 1011111 | 0 | 101001 | 111001 | 10011010 | 1011011 | 10110 |
Color Harmonies of #056D40
Complementary color
Monochromatic Colors of #056D40
Black with #056D40
Text Example
Text Example
White with #056D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D40; }
p { color: rgb(5,109,64); }
H1.HeaderClassName
{
color: #056D40;
}
.AnyTagClassName
{
color: #056D40;
}
</style>
background-color css
<style>
a { background-color: #056D40; }
a { background-color: rgb(5,109,64); }
div.DivClassName
{
background-color: #056D40;
}
.BgClassName
{
background-color: #056D40;
}
</style>
border-color css
<style>
span { border-color: #056D40; }
span { border-color: rgb(5,109,64); }
td.TdClassName
{
border-color: #056D40;
}
.TagClassName
{
border-color: #056D40;
}
</style>