Html Css Color HEX #49771A Green Leaf

📋 copy color: '#49771A'

red 73 ◦ green 119 ◦ blue 26

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

Shades of Green Leaf #49771A

Tints of Green Leaf #49771A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.59%

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 33.49%
G = 54.59%
B = 11.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#49771A (or 0x49771A) is known color: Green Leaf. HEX triplet: 49, 77 and 1A. RGB value is (73,119,26). Sum of RGB (Red+Green+Blue) = 73+119+26=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #49771A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49771A is #B688E5. Grayscale: #5E5E5E. Windows color (decimal): -11962598 or 1734473. OLE color: 1734473.

HSL color Cylindrical-coordinate representation of color #49771A: hue angle of 89.68º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49771A is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 26 -
CMYK 0.39 0 0.78 0.53
HSL 89.68º 0.64% 0.28% -
HSV(B) 89.68º 0.78% 0.47% -
XYZ 9.53 14.68 3.31 -
YUV 94.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 73 119 26 0.39 0 0.78 0.53 89.68 0.64 0.28
Hex 49 77 1A 27 0 4E 35 5A 40 1C
Octal 111 167 32 47 0 116 65 132 100 34
Binary 1001001 1110111 11010 100111 0 1001110 110101 1011010 1000000 11100

Color Harmonies of #49771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49771A

Black with #49771A

Text Example


Text Example

White with #49771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49771A; }

 p { color: rgb(73,119,26); }

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

background-color css

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

 a { background-color: rgb(73,119,26); }

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

border-color css

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

 span { border-color: rgb(73,119,26); }

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