Shades of Green #05640A
Tints of Green #05640A
RGB
CMYK
RGB Variations
Color information
#05640A (or 0x05640A) is known color: Green. HEX triplet: 05, 64 and 0A. RGB value is (5,100,10). Sum of RGB (Red+Green+Blue) = 5+100+10=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 100 (39.45% from 255 or 86.96% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 100 - color contains mainly: green. Hex color #05640A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05640A is #FA9BF5. Grayscale: #3D3D3D. Windows color (decimal): -16423926 or 680965. OLE color: 680965.
HSL color Cylindrical-coordinate representation of color #05640A: hue angle of 123.16º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05640A is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 10 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.61 |
| HSL | 123.16º | 0.9% | 0.21% | - |
| HSV(B) | 123.16º | 0.95% | 0.39% | - |
| XYZ | 4.67 | 9.17 | 1.81 | - |
| YUV | 61.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 10 | 0.95 | 0 | 0.90 | 0.61 | 123.16 | 0.9 | 0.21 |
| Hex | 5 | 64 | A | 5F | 0 | 5A | 3D | 7B | 5A | 15 |
| Octal | 5 | 144 | 12 | 137 | 0 | 132 | 75 | 173 | 132 | 25 |
| Binary | 101 | 1100100 | 1010 | 1011111 | 0 | 1011010 | 111101 | 1111011 | 1011010 | 10101 |
Color Harmonies of #05640A
Complementary color
Monochromatic Colors of #05640A
Black with #05640A
Text Example
Text Example
White with #05640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05640A; }
p { color: rgb(5,100,10); }
H1.HeaderClassName
{
color: #05640A;
}
.AnyTagClassName
{
color: #05640A;
}
</style>
background-color css
<style>
a { background-color: #05640A; }
a { background-color: rgb(5,100,10); }
div.DivClassName
{
background-color: #05640A;
}
.BgClassName
{
background-color: #05640A;
}
</style>
border-color css
<style>
span { border-color: #05640A; }
span { border-color: rgb(5,100,10); }
td.TdClassName
{
border-color: #05640A;
}
.TagClassName
{
border-color: #05640A;
}
</style>