Html Css Color HEX #49731F Green Leaf

📋 copy color: '#49731F'

red 73 ◦ green 115 ◦ blue 31

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

Shades of Green Leaf #49731F

Tints of Green Leaf #49731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.51%

 BLUE value IS 31 (12.5% from 255) = 14.16%

R = 33.33%
G = 52.51%
B = 14.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#49731F (or 0x49731F) is known color: Green Leaf. HEX triplet: 49, 73 and 1F. RGB value is (73,115,31). Sum of RGB (Red+Green+Blue) = 73+115+31=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #49731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49731F is #B68CE0. Grayscale: #5D5D5D. Windows color (decimal): -11963617 or 2061129. OLE color: 2061129.

HSL color Cylindrical-coordinate representation of color #49731F: hue angle of 90º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49731F is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 31 -
CMYK 0.37 0 0.73 0.55
HSL 90º 0.58% 0.29% -
HSV(B) 90º 0.73% 0.45% -
XYZ 9.13 13.78 3.47 -
YUV 92.87 93.09 113.83 -
System Red Green Blue C M Y K H S L
Decimal 73 115 31 0.37 0 0.73 0.55 90 0.58 0.29
Hex 49 73 1F 25 0 49 37 5A 3A 1D
Octal 111 163 37 45 0 111 67 132 72 35
Binary 1001001 1110011 11111 100101 0 1001001 110111 1011010 111010 11101

Color Harmonies of #49731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49731F

Black with #49731F

Text Example


Text Example

White with #49731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49731F; }

 p { color: rgb(73,115,31); }

 H1.HeaderClassName
 {
   color: #49731F;
 }
 .AnyTagClassName
 {
   color: #49731F;
 }
</style>

background-color css

<style>
 a { background-color: #49731F; }

 a { background-color: rgb(73,115,31); }

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

border-color css

<style>
 span { border-color: #49731F; }

 span { border-color: rgb(73,115,31); }

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