Shades of Green #05620C
Tints of Green #05620C
RGB
CMYK
RGB Variations
Color information
#05620C (or 0x05620C) is known color: Green. HEX triplet: 05, 62 and 0C. RGB value is (5,98,12). Sum of RGB (Red+Green+Blue) = 5+98+12=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 98 (38.67% from 255 or 85.22% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 98 - color contains mainly: green. Hex color #05620C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05620C is #FA9DF3. Grayscale: #3C3C3C. Windows color (decimal): -16424436 or 811525. OLE color: 811525.
HSL color Cylindrical-coordinate representation of color #05620C: hue angle of 124.52º 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 #05620C is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 98 | 12 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.62 |
| HSL | 124.52º | 0.9% | 0.2% | - |
| HSV(B) | 124.52º | 0.95% | 0.38% | - |
| XYZ | 4.5 | 8.79 | 1.81 | - |
| YUV | 60.39 | 100.69 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 12 | 0.95 | 0 | 0.88 | 0.62 | 124.52 | 0.9 | 0.2 |
| Hex | 5 | 62 | C | 5F | 0 | 58 | 3E | 7D | 5A | 14 |
| Octal | 5 | 142 | 14 | 137 | 0 | 130 | 76 | 175 | 132 | 24 |
| Binary | 101 | 1100010 | 1100 | 1011111 | 0 | 1011000 | 111110 | 1111101 | 1011010 | 10100 |
Color Harmonies of #05620C
Complementary color
Monochromatic Colors of #05620C
Black with #05620C
Text Example
Text Example
White with #05620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05620C; }
p { color: rgb(5,98,12); }
H1.HeaderClassName
{
color: #05620C;
}
.AnyTagClassName
{
color: #05620C;
}
</style>
background-color css
<style>
a { background-color: #05620C; }
a { background-color: rgb(5,98,12); }
div.DivClassName
{
background-color: #05620C;
}
.BgClassName
{
background-color: #05620C;
}
</style>
border-color css
<style>
span { border-color: #05620C; }
span { border-color: rgb(5,98,12); }
td.TdClassName
{
border-color: #05620C;
}
.TagClassName
{
border-color: #05620C;
}
</style>