Shades of Green Leaf #497C05
Tints of Green Leaf #497C05
RGB
CMYK
RGB Variations
Color information
#497C05 (or 0x497C05) is known color: Green Leaf. HEX triplet: 49, 7C and 05. RGB value is (73,124,5). Sum of RGB (Red+Green+Blue) = 73+124+5=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #497C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C05 is #B683FA. Grayscale: #5F5F5F. Windows color (decimal): -11961339 or 359497. OLE color: 359497.
HSL color Cylindrical-coordinate representation of color #497C05: hue angle of 85.71º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #497C05 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 5 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.51 |
| HSL | 85.71º | 0.92% | 0.25% | - |
| HSV(B) | 85.71º | 0.96% | 0.49% | - |
| XYZ | 9.98 | 15.84 | 2.68 | - |
| YUV | 95.19 | 77.1 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 5 | 0.41 | 0 | 0.96 | 0.51 | 85.71 | 0.92 | 0.25 |
| Hex | 49 | 7C | 5 | 29 | 0 | 60 | 33 | 56 | 5C | 19 |
| Octal | 111 | 174 | 5 | 51 | 0 | 140 | 63 | 126 | 134 | 31 |
| Binary | 1001001 | 1111100 | 101 | 101001 | 0 | 1100000 | 110011 | 1010110 | 1011100 | 11001 |
Color Harmonies of #497C05
Complementary color
Monochromatic Colors of #497C05
Black with #497C05
Text Example
Text Example
White with #497C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C05; }
p { color: rgb(73,124,5); }
H1.HeaderClassName
{
color: #497C05;
}
.AnyTagClassName
{
color: #497C05;
}
</style>
background-color css
<style>
a { background-color: #497C05; }
a { background-color: rgb(73,124,5); }
div.DivClassName
{
background-color: #497C05;
}
.BgClassName
{
background-color: #497C05;
}
</style>
border-color css
<style>
span { border-color: #497C05; }
span { border-color: rgb(73,124,5); }
td.TdClassName
{
border-color: #497C05;
}
.TagClassName
{
border-color: #497C05;
}
</style>