Html Css Color HEX #497322 Green Leaf

📋 copy color: '#497322'

red 73 ◦ green 115 ◦ blue 34

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

Shades of Green Leaf #497322

Tints of Green Leaf #497322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.8%

 BLUE value IS 34 (13.67% from 255) = 15.32%

R = 32.88%
G = 51.8%
B = 15.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#497322 (or 0x497322) is known color: Green Leaf. HEX triplet: 49, 73 and 22. RGB value is (73,115,34). Sum of RGB (Red+Green+Blue) = 73+115+34=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #497322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497322 is #B68CDD. Grayscale: #5D5D5D. Windows color (decimal): -11963614 or 2257737. OLE color: 2257737.

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

Color convert

RGB 73 115 34 -
CMYK 0.37 0 0.70 0.55
HSL 91.11º 0.54% 0.29% -
HSV(B) 91.11º 0.7% 0.45% -
XYZ 9.17 13.79 3.69 -
YUV 93.21 94.59 113.59 -
System Red Green Blue C M Y K H S L
Decimal 73 115 34 0.37 0 0.70 0.55 91.11 0.54 0.29
Hex 49 73 22 25 0 46 37 5B 36 1D
Octal 111 163 42 45 0 106 67 133 66 35
Binary 1001001 1110011 100010 100101 0 1000110 110111 1011011 110110 11101

Color Harmonies of #497322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497322

Black with #497322

Text Example


Text Example

White with #497322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497322; }

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

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

background-color css

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

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

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

border-color css

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

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

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