Html Css Color HEX #49721E Green Leaf

📋 copy color: '#49721E'

red 73 ◦ green 114 ◦ blue 30

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

Shades of Green Leaf #49721E

Tints of Green Leaf #49721E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.82%

R = 33.64%
G = 52.53%
B = 13.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#49721E (or 0x49721E) is known color: Green Leaf. HEX triplet: 49, 72 and 1E. RGB value is (73,114,30). Sum of RGB (Red+Green+Blue) = 73+114+30=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #49721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49721E is #B68DE1. Grayscale: #5C5C5C. Windows color (decimal): -11963874 or 1995337. OLE color: 1995337.

HSL color Cylindrical-coordinate representation of color #49721E: hue angle of 89.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49721E is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 30 -
CMYK 0.36 0 0.74 0.55
HSL 89.29º 0.58% 0.28% -
HSV(B) 89.29º 0.74% 0.45% -
XYZ 9 13.54 3.37 -
YUV 92.17 92.92 114.33 -
System Red Green Blue C M Y K H S L
Decimal 73 114 30 0.36 0 0.74 0.55 89.29 0.58 0.28
Hex 49 72 1E 24 0 4A 37 59 3A 1C
Octal 111 162 36 44 0 112 67 131 72 34
Binary 1001001 1110010 11110 100100 0 1001010 110111 1011001 111010 11100

Color Harmonies of #49721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49721E

Black with #49721E

Text Example


Text Example

White with #49721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49721E; }

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

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

background-color css

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

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

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

border-color css

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

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

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