#4D711F

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

Shades of Green Leaf #4D711F

Tints of Green Leaf #4D711F

Color information

#4D711F (or 0x4D711F) is unknown color: approx Green Leaf. HEX triplet: 4D, 71 and 1F. RGB value is (77,113,31). Sum of RGB (Red+Green+Blue) = 77+113+31=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #4D711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D711F is #B28EE0. Grayscale: #5D5D5D. Windows color (decimal): -11701985 or 2060621. OLE color: 2060621.

HSL color Cylindrical-coordinate representation of color #4D711F: hue angle of 86.34º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D711F is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB7711331-
CMYK0.3200.730.56
HSL86.34º56.94%28.24%-
HSV(B)86.34º72.57%44.31%-
XYZ9.2113.493.41-
YUV92.8993.07116.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.84%
GREEN value IS 113 (44.53% from 255) = 51.13%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=34.84%
G=51.13%
B=14.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77113310.3200.730.5686.3456.9428.24
Hex4D711F200493856391c
Octal11516137400111701267134
Binary100110111100011111110000001001001111000101011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D711F; }

 p { color: rgb(77,113,31); }

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

<style>
 a { background-color: #4D711F; }

 a { background-color: rgb(77,113,31); }

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

<style>
 span { border-color: #4D711F; }

 span { border-color: rgb(77,113,31); }

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