#497422

Color #497422 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #497422

Tints of Green Leaf #497422

Color information

#497422 (or 0x497422) is unknown color: approx Green Leaf. HEX triplet: 49, 74 and 22. RGB value is (73,116,34). Sum of RGB (Red+Green+Blue) = 73+116+34=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #497422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497422 is #B68BDD. Grayscale: #5E5E5E. Windows color (decimal): -11963358 or 2257993. OLE color: 2257993.

HSL color Cylindrical-coordinate representation of color #497422: hue angle of 91.46º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497422 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB7311634-
CMYK0.3700.710.55
HSL91.46º54.67%29.41%-
HSV(B)91.46º70.69%45.49%-
XYZ9.2814.023.73-
YUV93.894.25113.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 116 (45.70% from 255) = 52.02%
BLUE value IS 34 (13.67% from 255) = 15.25%
R=32.74%
G=52.02%
B=15.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116340.3700.710.5591.4654.6729.41
Hex49742225047375b371d
Octal11116442450107671336735
Binary1001001111010010001010010101000111110111101101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497422; }

 p { color: rgb(73,116,34); }

 H1.HeaderClassName
 {
   color: #497422;
 }
 .AnyTagClassName
 {
   color: #497422;
 }
</style>
background-color css

<style>
 a { background-color: #497422; }

 a { background-color: rgb(73,116,34); }

 div.DivClassName
 {
   background-color: #497422;
 }
 .BgClassName
 {
   background-color: #497422;
 }
</style>
border-color css

<style>
 span { border-color: #497422; }

 span { border-color: rgb(73,116,34); }

 td.TdClassName
 {
   border-color: #497422;
 }
 .TagClassName
 {
   border-color: #497422;
 }
</style>