Shades of Jewel #056D42
Tints of Jewel #056D42
RGB
CMYK
RGB Variations
Color information
#056D42 (or 0x056D42) is known color: Jewel. HEX triplet: 05, 6D and 42. RGB value is (5,109,66). Sum of RGB (Red+Green+Blue) = 5+109+66=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 109 (42.97% from 255 or 60.56% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 109 - color contains mainly: green. Hex color #056D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056D42 is #FA92BD. Grayscale: #494949. Windows color (decimal): -16421566 or 4353285. OLE color: 4353285.
HSL color Cylindrical-coordinate representation of color #056D42: hue angle of 155.19º 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 #056D42 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 109 | 66 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.57 |
| HSL | 155.19º | 0.91% | 0.22% | - |
| HSV(B) | 155.19º | 0.95% | 0.43% | - |
| XYZ | 6.51 | 11.36 | 7 | - |
| YUV | 73 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 66 | 0.95 | 0 | 0.39 | 0.57 | 155.19 | 0.91 | 0.22 |
| Hex | 5 | 6D | 42 | 5F | 0 | 27 | 39 | 9B | 5B | 16 |
| Octal | 5 | 155 | 102 | 137 | 0 | 47 | 71 | 233 | 133 | 26 |
| Binary | 101 | 1101101 | 1000010 | 1011111 | 0 | 100111 | 111001 | 10011011 | 1011011 | 10110 |
Color Harmonies of #056D42
Complementary color
Monochromatic Colors of #056D42
Black with #056D42
Text Example
Text Example
White with #056D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D42; }
p { color: rgb(5,109,66); }
H1.HeaderClassName
{
color: #056D42;
}
.AnyTagClassName
{
color: #056D42;
}
</style>
background-color css
<style>
a { background-color: #056D42; }
a { background-color: rgb(5,109,66); }
div.DivClassName
{
background-color: #056D42;
}
.BgClassName
{
background-color: #056D42;
}
</style>
border-color css
<style>
span { border-color: #056D42; }
span { border-color: rgb(5,109,66); }
td.TdClassName
{
border-color: #056D42;
}
.TagClassName
{
border-color: #056D42;
}
</style>