#4D682B

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

Shades of Green Leaf #4D682B

Tints of Green Leaf #4D682B

Color information

#4D682B (or 0x4D682B) is unknown color: approx Green Leaf. HEX triplet: 4D, 68 and 2B. RGB value is (77,104,43). Sum of RGB (Red+Green+Blue) = 77+104+43=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #4D682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D682B is #B297D4. Grayscale: #595959. Windows color (decimal): -11704277 or 2844749. OLE color: 2844749.

HSL color Cylindrical-coordinate representation of color #4D682B: hue angle of 86.56º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D682B is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB7710443-
CMYK0.2600.590.59
HSL86.56º41.5%28.82%-
HSV(B)86.56º58.65%40.78%-
XYZ8.4511.654.09-
YUV88.97102.05119.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.38%
GREEN value IS 104 (41.02% from 255) = 46.43%
BLUE value IS 43 (17.19% from 255) = 19.20%
R=34.38%
G=46.43%
B=19.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77104430.2600.590.5986.5641.528.82
Hex4D682B1A03B3B57291d
Octal1151505332073731275135
Binary10011011101000101011110100111011111011101011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,104,43); }

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

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

 a { background-color: rgb(77,104,43); }

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

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

 span { border-color: rgb(77,104,43); }

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