Html Css Color HEX #497221 Green Leaf

📋 copy color: '#497221'

red 73 ◦ green 114 ◦ blue 33

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

Shades of Green Leaf #497221

Tints of Green Leaf #497221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

 BLUE value IS 33 (13.28% from 255) = 15%

R = 33.18%
G = 51.82%
B = 15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#497221 (or 0x497221) is known color: Green Leaf. HEX triplet: 49, 72 and 21. RGB value is (73,114,33). Sum of RGB (Red+Green+Blue) = 73+114+33=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #497221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497221 is #B68DDE. Grayscale: #5C5C5C. Windows color (decimal): -11963871 or 2191945. OLE color: 2191945.

HSL color Cylindrical-coordinate representation of color #497221: hue angle of 90.37º 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 #497221 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 33 -
CMYK 0.36 0 0.71 0.55
HSL 90.37º 0.55% 0.29% -
HSV(B) 90.37º 0.71% 0.45% -
XYZ 9.04 13.56 3.58 -
YUV 92.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 73 114 33 0.36 0 0.71 0.55 90.37 0.55 0.29
Hex 49 72 21 24 0 47 37 5A 37 1D
Octal 111 162 41 44 0 107 67 132 67 35
Binary 1001001 1110010 100001 100100 0 1000111 110111 1011010 110111 11101

Color Harmonies of #497221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497221

Black with #497221

Text Example


Text Example

White with #497221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497221; }

 p { color: rgb(73,114,33); }

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

background-color css

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

 a { background-color: rgb(73,114,33); }

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

border-color css

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

 span { border-color: rgb(73,114,33); }

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