#4D6220

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

Shades of Green Leaf #4D6220

Tints of Green Leaf #4D6220

Color information

#4D6220 (or 0x4D6220) is unknown color: approx Green Leaf. HEX triplet: 4D, 62 and 20. RGB value is (77,98,32). Sum of RGB (Red+Green+Blue) = 77+98+32=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6220 is #B29DDF. Grayscale: #545454. Windows color (decimal): -11705824 or 2122317. OLE color: 2122317.

HSL color Cylindrical-coordinate representation of color #4D6220: hue angle of 79.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D6220 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB779832-
CMYK0.2100.670.62
HSL79.09º50.77%25.49%-
HSV(B)79.09º67.35%38.43%-
XYZ7.6910.422.97-
YUV84.298.54122.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 98 (38.67% from 255) = 47.34%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=37.20%
G=47.34%
B=15.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7798320.2100.670.6279.0950.7725.49
Hex4D6220150433E4f3319
Octal11514240250103761176331
Binary100110111000101000001010101000011111110100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,98,32); }

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

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

 a { background-color: rgb(77,98,32); }

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

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

 span { border-color: rgb(77,98,32); }

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