Html Css Color HEX #497021 Green Leaf

📋 copy color: '#497021'

red 73 ◦ green 112 ◦ blue 33

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

Shades of Green Leaf #497021

Tints of Green Leaf #497021

RGB

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

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

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

R = 33.49%
G = 51.38%
B = 15.14%

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

#497021 (or 0x497021) is known color: Green Leaf. HEX triplet: 49, 70 and 21. RGB value is (73,112,33). Sum of RGB (Red+Green+Blue) = 73+112+33=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #497021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497021 is #B68FDE. Grayscale: #5B5B5B. Windows color (decimal): -11964383 or 2191433. OLE color: 2191433.

HSL color Cylindrical-coordinate representation of color #497021: hue angle of 89.62º degrees, saturation: 0.54, 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 #497021 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 33 -
CMYK 0.35 0 0.71 0.56
HSL 89.62º 0.54% 0.28% -
HSV(B) 89.62º 0.71% 0.44% -
XYZ 8.82 13.11 3.51 -
YUV 91.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 73 112 33 0.35 0 0.71 0.56 89.62 0.54 0.28
Hex 49 70 21 23 0 47 38 5A 36 1C
Octal 111 160 41 43 0 107 70 132 66 34
Binary 1001001 1110000 100001 100011 0 1000111 111000 1011010 110110 11100

Color Harmonies of #497021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497021

Black with #497021

Text Example


Text Example

White with #497021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497021; }

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

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

background-color css

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

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

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

border-color css

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

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

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