Shades of Green Leaf #497C03
Tints of Green Leaf #497C03
RGB
CMYK
RGB Variations
Color information
#497C03 (or 0x497C03) is known color: Green Leaf. HEX triplet: 49, 7C and 03. RGB value is (73,124,3). Sum of RGB (Red+Green+Blue) = 73+124+3=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #497C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C03 is #B683FC. Grayscale: #5F5F5F. Windows color (decimal): -11961341 or 228425. OLE color: 228425.
HSL color Cylindrical-coordinate representation of color #497C03: hue angle of 85.29º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #497C03 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 3 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.51 |
| HSL | 85.29º | 0.95% | 0.25% | - |
| HSV(B) | 85.29º | 0.98% | 0.49% | - |
| XYZ | 9.97 | 15.84 | 2.62 | - |
| YUV | 94.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 3 | 0.41 | 0 | 0.98 | 0.51 | 85.29 | 0.95 | 0.25 |
| Hex | 49 | 7C | 3 | 29 | 0 | 62 | 33 | 55 | 5F | 19 |
| Octal | 111 | 174 | 3 | 51 | 0 | 142 | 63 | 125 | 137 | 31 |
| Binary | 1001001 | 1111100 | 11 | 101001 | 0 | 1100010 | 110011 | 1010101 | 1011111 | 11001 |
Color Harmonies of #497C03
Complementary color
Monochromatic Colors of #497C03
Black with #497C03
Text Example
Text Example
White with #497C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C03; }
p { color: rgb(73,124,3); }
H1.HeaderClassName
{
color: #497C03;
}
.AnyTagClassName
{
color: #497C03;
}
</style>
background-color css
<style>
a { background-color: #497C03; }
a { background-color: rgb(73,124,3); }
div.DivClassName
{
background-color: #497C03;
}
.BgClassName
{
background-color: #497C03;
}
</style>
border-color css
<style>
span { border-color: #497C03; }
span { border-color: rgb(73,124,3); }
td.TdClassName
{
border-color: #497C03;
}
.TagClassName
{
border-color: #497C03;
}
</style>