Shades of Green #056504
Tints of Green #056504
RGB
CMYK
RGB Variations
Color information
#056504 (or 0x056504) is known color: Green. HEX triplet: 05, 65 and 04. RGB value is (5,101,4). Sum of RGB (Red+Green+Blue) = 5+101+4=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 101 (39.84% from 255 or 91.82% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 101 - color contains mainly: green. Hex color #056504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056504 is #FA9AFB. Grayscale: #3D3D3D. Windows color (decimal): -16423676 or 288005. OLE color: 288005.
HSL color Cylindrical-coordinate representation of color #056504: hue angle of 119.38º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056504 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 4 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.60 |
| HSL | 119.38º | 0.92% | 0.21% | - |
| HSV(B) | 119.38º | 0.96% | 0.4% | - |
| XYZ | 4.74 | 9.35 | 1.67 | - |
| YUV | 61.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 4 | 0.95 | 0 | 0.96 | 0.60 | 119.38 | 0.92 | 0.21 |
| Hex | 5 | 65 | 4 | 5F | 0 | 60 | 3C | 77 | 5C | 15 |
| Octal | 5 | 145 | 4 | 137 | 0 | 140 | 74 | 167 | 134 | 25 |
| Binary | 101 | 1100101 | 100 | 1011111 | 0 | 1100000 | 111100 | 1110111 | 1011100 | 10101 |
Color Harmonies of #056504
Complementary color
Monochromatic Colors of #056504
Black with #056504
Text Example
Text Example
White with #056504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056504; }
p { color: rgb(5,101,4); }
H1.HeaderClassName
{
color: #056504;
}
.AnyTagClassName
{
color: #056504;
}
</style>
background-color css
<style>
a { background-color: #056504; }
a { background-color: rgb(5,101,4); }
div.DivClassName
{
background-color: #056504;
}
.BgClassName
{
background-color: #056504;
}
</style>
border-color css
<style>
span { border-color: #056504; }
span { border-color: rgb(5,101,4); }
td.TdClassName
{
border-color: #056504;
}
.TagClassName
{
border-color: #056504;
}
</style>