Html Css Color HEX #49720B Green Leaf

📋 copy color: '#49720B'

red 73 ◦ green 114 ◦ blue 11

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

Shades of Green Leaf #49720B

Tints of Green Leaf #49720B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.56%

R = 36.87%
G = 57.58%
B = 5.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#49720B (or 0x49720B) is known color: Green Leaf. HEX triplet: 49, 72 and 0B. RGB value is (73,114,11). Sum of RGB (Red+Green+Blue) = 73+114+11=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #49720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49720B is #B68DF4. Grayscale: #5A5A5A. Windows color (decimal): -11963893 or 750153. OLE color: 750153.

HSL color Cylindrical-coordinate representation of color #49720B: hue angle of 83.88º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49720B is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 11 -
CMYK 0.36 0 0.90 0.55
HSL 83.88º 0.82% 0.25% -
HSV(B) 83.88º 0.9% 0.45% -
XYZ 8.83 13.48 2.45 -
YUV 90 83.42 115.88 -
System Red Green Blue C M Y K H S L
Decimal 73 114 11 0.36 0 0.90 0.55 83.88 0.82 0.25
Hex 49 72 B 24 0 5A 37 54 52 19
Octal 111 162 13 44 0 132 67 124 122 31
Binary 1001001 1110010 1011 100100 0 1011010 110111 1010100 1010010 11001

Color Harmonies of #49720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49720B

Black with #49720B

Text Example


Text Example

White with #49720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49720B; }

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

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

background-color css

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

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

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

border-color css

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

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

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