#49781F

Color #49781F Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #49781F

Tints of Green Leaf #49781F

Color information

#49781F (or 0x49781F) is unknown color: approx Green Leaf. HEX triplet: 49, 78 and 1F. RGB value is (73,120,31). Sum of RGB (Red+Green+Blue) = 73+120+31=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #49781F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49781F is #B687E0. Grayscale: #606060. Windows color (decimal): -11962337 or 2062409. OLE color: 2062409.

HSL color Cylindrical-coordinate representation of color #49781F: hue angle of 91.69º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49781F is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB7312031-
CMYK0.3900.740.53
HSL91.69º58.94%29.61%-
HSV(B)91.69º74.17%47.06%-
XYZ9.7114.953.67-
YUV95.891.43111.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=32.59%
G=53.57%
B=13.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120310.3900.740.5391.6958.9429.61
Hex49781F2704A355c3b1e
Octal11117037470112651347336
Binary100100111110001111110011101001010110101101110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49781F;
 }
 .AnyTagClassName
 {
   color: #49781F;
 }
</style>
background-color css

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

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

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

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

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

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