#49781C

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

Shades of Green Leaf #49781C

Tints of Green Leaf #49781C

Color information

#49781C (or 0x49781C) is unknown color: approx Green Leaf. HEX triplet: 49, 78 and 1C. RGB value is (73,120,28). Sum of RGB (Red+Green+Blue) = 73+120+28=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #49781C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49781C is #B687E3. Grayscale: #5F5F5F. Windows color (decimal): -11962340 or 1865801. OLE color: 1865801.

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

Color convert

RGB7312028-
CMYK0.3900.770.53
HSL90.65º62.16%29.02%-
HSV(B)90.65º76.67%47.06%-
XYZ9.6714.933.47-
YUV95.4689.93111.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=33.03%
G=54.30%
B=12.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120280.3900.770.5390.6562.1629.02
Hex49781C2704D355b3e1d
Octal11117034470115651337635
Binary100100111110001110010011101001101110101101101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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