Shades of Green #05630A
Tints of Green #05630A
RGB
CMYK
RGB Variations
Color information
#05630A (or 0x05630A) is known color: Green. HEX triplet: 05, 63 and 0A. RGB value is (5,99,10). Sum of RGB (Red+Green+Blue) = 5+99+10=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 99 (39.06% from 255 or 86.84% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 99 - color contains mainly: green. Hex color #05630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05630A is #FA9CF5. Grayscale: #3D3D3D. Windows color (decimal): -16424182 or 680709. OLE color: 680709.
HSL color Cylindrical-coordinate representation of color #05630A: hue angle of 123.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05630A is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 99 | 10 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.61 |
| HSL | 123.19º | 0.9% | 0.2% | - |
| HSV(B) | 123.19º | 0.95% | 0.39% | - |
| XYZ | 4.58 | 8.98 | 1.78 | - |
| YUV | 60.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 10 | 0.95 | 0 | 0.90 | 0.61 | 123.19 | 0.9 | 0.2 |
| Hex | 5 | 63 | A | 5F | 0 | 5A | 3D | 7B | 5A | 14 |
| Octal | 5 | 143 | 12 | 137 | 0 | 132 | 75 | 173 | 132 | 24 |
| Binary | 101 | 1100011 | 1010 | 1011111 | 0 | 1011010 | 111101 | 1111011 | 1011010 | 10100 |
Color Harmonies of #05630A
Complementary color
Monochromatic Colors of #05630A
Black with #05630A
Text Example
Text Example
White with #05630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05630A; }
p { color: rgb(5,99,10); }
H1.HeaderClassName
{
color: #05630A;
}
.AnyTagClassName
{
color: #05630A;
}
</style>
background-color css
<style>
a { background-color: #05630A; }
a { background-color: rgb(5,99,10); }
div.DivClassName
{
background-color: #05630A;
}
.BgClassName
{
background-color: #05630A;
}
</style>
border-color css
<style>
span { border-color: #05630A; }
span { border-color: rgb(5,99,10); }
td.TdClassName
{
border-color: #05630A;
}
.TagClassName
{
border-color: #05630A;
}
</style>