Html Css Color HEX #497020 Green Leaf

📋 copy color: '#497020'

red 73 ◦ green 112 ◦ blue 32

#497020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #497020

Tints of Green Leaf #497020

RGB

 RED value IS 73 (28.91% from 255) = 33.64%

 GREEN value IS 112 (44.14% from 255) = 51.61%

 BLUE value IS 32 (12.89% from 255) = 14.75%

R = 33.64%
G = 51.61%
B = 14.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#497020 (or 0x497020) is known color: Green Leaf. HEX triplet: 49, 70 and 20. RGB value is (73,112,32). Sum of RGB (Red+Green+Blue) = 73+112+32=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #497020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497020 is #B68FDF. Grayscale: #5B5B5B. Windows color (decimal): -11964384 or 2125897. OLE color: 2125897.

HSL color Cylindrical-coordinate representation of color #497020: hue angle of 89.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497020 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 32 -
CMYK 0.35 0 0.71 0.56
HSL 89.25º 0.56% 0.28% -
HSV(B) 89.25º 0.71% 0.44% -
XYZ 8.8 13.11 3.43 -
YUV 91.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 73 112 32 0.35 0 0.71 0.56 89.25 0.56 0.28
Hex 49 70 20 23 0 47 38 59 38 1C
Octal 111 160 40 43 0 107 70 131 70 34
Binary 1001001 1110000 100000 100011 0 1000111 111000 1011001 111000 11100

Color Harmonies of #497020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497020

Black with #497020

Text Example


Text Example

White with #497020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497020; }

 p { color: rgb(73,112,32); }

 H1.HeaderClassName
 {
   color: #497020;
 }
 .AnyTagClassName
 {
   color: #497020;
 }
</style>

background-color css

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

 a { background-color: rgb(73,112,32); }

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

border-color css

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

 span { border-color: rgb(73,112,32); }

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