#4D642A

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

Shades of Green Leaf #4D642A

Tints of Green Leaf #4D642A

Color information

#4D642A (or 0x4D642A) is unknown color: approx Green Leaf. HEX triplet: 4D, 64 and 2A. RGB value is (77,100,42). Sum of RGB (Red+Green+Blue) = 77+100+42=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #4D642A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D642A is #B29BD5. Grayscale: #565656. Windows color (decimal): -11705302 or 2778189. OLE color: 2778189.

HSL color Cylindrical-coordinate representation of color #4D642A: hue angle of 83.79º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D642A is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB7710042-
CMYK0.2300.580.61
HSL83.79º40.85%27.84%-
HSV(B)83.79º58%39.22%-
XYZ8.0410.863.86-
YUV86.51102.88121.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=35.16%
G=45.66%
B=19.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal77100420.2300.580.6183.7940.8527.84
Hex4D642A1703A3D54291c
Octal1151445227072751245134
Binary10011011100100101010101110111010111101101010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,100,42); }

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

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

 a { background-color: rgb(77,100,42); }

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

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

 span { border-color: rgb(77,100,42); }

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