Shades of Jewel #056040
Tints of Jewel #056040
RGB
CMYK
RGB Variations
Color information
#056040 (or 0x056040) is known color: Jewel. HEX triplet: 05, 60 and 40. RGB value is (5,96,64). Sum of RGB (Red+Green+Blue) = 5+96+64=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #056040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056040 is #FA9FBF. Grayscale: #414141. Windows color (decimal): -16424896 or 4218885. OLE color: 4218885.
HSL color Cylindrical-coordinate representation of color #056040: hue angle of 158.9º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056040 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 64 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.62 |
| HSL | 158.9º | 0.9% | 0.2% | - |
| HSV(B) | 158.9º | 0.95% | 0.38% | - |
| XYZ | 5.17 | 8.77 | 6.27 | - |
| YUV | 65.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 64 | 0.95 | 0 | 0.33 | 0.62 | 158.9 | 0.9 | 0.2 |
| Hex | 5 | 60 | 40 | 5F | 0 | 21 | 3E | 9F | 5A | 14 |
| Octal | 5 | 140 | 100 | 137 | 0 | 41 | 76 | 237 | 132 | 24 |
| Binary | 101 | 1100000 | 1000000 | 1011111 | 0 | 100001 | 111110 | 10011111 | 1011010 | 10100 |
Color Harmonies of #056040
Complementary color
Monochromatic Colors of #056040
Black with #056040
Text Example
Text Example
White with #056040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056040; }
p { color: rgb(5,96,64); }
H1.HeaderClassName
{
color: #056040;
}
.AnyTagClassName
{
color: #056040;
}
</style>
background-color css
<style>
a { background-color: #056040; }
a { background-color: rgb(5,96,64); }
div.DivClassName
{
background-color: #056040;
}
.BgClassName
{
background-color: #056040;
}
</style>
border-color css
<style>
span { border-color: #056040; }
span { border-color: rgb(5,96,64); }
td.TdClassName
{
border-color: #056040;
}
.TagClassName
{
border-color: #056040;
}
</style>