Html Css Color HEX #49751E Green Leaf

📋 copy color: '#49751E'

red 73 ◦ green 117 ◦ blue 30

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

Shades of Green Leaf #49751E

Tints of Green Leaf #49751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.18%

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

R = 33.18%
G = 53.18%
B = 13.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#49751E (or 0x49751E) is known color: Green Leaf. HEX triplet: 49, 75 and 1E. RGB value is (73,117,30). Sum of RGB (Red+Green+Blue) = 73+117+30=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #49751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49751E is #B68AE1. Grayscale: #5E5E5E. Windows color (decimal): -11963106 or 1996105. OLE color: 1996105.

HSL color Cylindrical-coordinate representation of color #49751E: hue angle of 90.34º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49751E is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 30 -
CMYK 0.38 0 0.74 0.54
HSL 90.34º 0.59% 0.29% -
HSV(B) 90.34º 0.74% 0.46% -
XYZ 9.34 14.23 3.48 -
YUV 93.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 73 117 30 0.38 0 0.74 0.54 90.34 0.59 0.29
Hex 49 75 1E 26 0 4A 36 5A 3B 1D
Octal 111 165 36 46 0 112 66 132 73 35
Binary 1001001 1110101 11110 100110 0 1001010 110110 1011010 111011 11101

Color Harmonies of #49751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49751E

Black with #49751E

Text Example


Text Example

White with #49751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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