Shades of Green #05620D
Tints of Green #05620D
RGB
CMYK
RGB Variations
Color information
#05620D (or 0x05620D) is known color: Green. HEX triplet: 05, 62 and 0D. RGB value is (5,98,13). Sum of RGB (Red+Green+Blue) = 5+98+13=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 98 (38.67% from 255 or 84.48% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 98 - color contains mainly: green. Hex color #05620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05620D is #FA9DF2. Grayscale: #3C3C3C. Windows color (decimal): -16424435 or 877061. OLE color: 877061.
HSL color Cylindrical-coordinate representation of color #05620D: hue angle of 125.16º 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 #05620D is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 98 | 13 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.62 |
| HSL | 125.16º | 0.9% | 0.2% | - |
| HSV(B) | 125.16º | 0.95% | 0.38% | - |
| XYZ | 4.5 | 8.8 | 1.84 | - |
| YUV | 60.5 | 101.19 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 13 | 0.95 | 0 | 0.87 | 0.62 | 125.16 | 0.9 | 0.2 |
| Hex | 5 | 62 | D | 5F | 0 | 57 | 3E | 7D | 5A | 14 |
| Octal | 5 | 142 | 15 | 137 | 0 | 127 | 76 | 175 | 132 | 24 |
| Binary | 101 | 1100010 | 1101 | 1011111 | 0 | 1010111 | 111110 | 1111101 | 1011010 | 10100 |
Color Harmonies of #05620D
Complementary color
Monochromatic Colors of #05620D
Black with #05620D
Text Example
Text Example
White with #05620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05620D; }
p { color: rgb(5,98,13); }
H1.HeaderClassName
{
color: #05620D;
}
.AnyTagClassName
{
color: #05620D;
}
</style>
background-color css
<style>
a { background-color: #05620D; }
a { background-color: rgb(5,98,13); }
div.DivClassName
{
background-color: #05620D;
}
.BgClassName
{
background-color: #05620D;
}
</style>
border-color css
<style>
span { border-color: #05620D; }
span { border-color: rgb(5,98,13); }
td.TdClassName
{
border-color: #05620D;
}
.TagClassName
{
border-color: #05620D;
}
</style>