Html Css Color HEX #49751A Green Leaf

📋 copy color: '#49751A'

red 73 ◦ green 117 ◦ blue 26

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

Shades of Green Leaf #49751A

Tints of Green Leaf #49751A

RGB

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

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

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

R = 33.8%
G = 54.17%
B = 12.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#49751A (or 0x49751A) is known color: Green Leaf. HEX triplet: 49, 75 and 1A. RGB value is (73,117,26). Sum of RGB (Red+Green+Blue) = 73+117+26=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #49751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49751A is #B68AE5. Grayscale: #5D5D5D. Windows color (decimal): -11963110 or 1733961. OLE color: 1733961.

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

Color convert

RGB 73 117 26 -
CMYK 0.38 0 0.78 0.54
HSL 89.01º 0.64% 0.28% -
HSV(B) 89.01º 0.78% 0.46% -
XYZ 9.3 14.21 3.23 -
YUV 93.47 89.92 113.4 -
System Red Green Blue C M Y K H S L
Decimal 73 117 26 0.38 0 0.78 0.54 89.01 0.64 0.28
Hex 49 75 1A 26 0 4E 36 59 40 1C
Octal 111 165 32 46 0 116 66 131 100 34
Binary 1001001 1110101 11010 100110 0 1001110 110110 1011001 1000000 11100

Color Harmonies of #49751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49751A

Black with #49751A

Text Example


Text Example

White with #49751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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