#4D6130

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

Shades of Green Leaf #4D6130

Tints of Green Leaf #4D6130

Color information

#4D6130 (or 0x4D6130) is unknown color: approx Green Leaf. HEX triplet: 4D, 61 and 30. RGB value is (77,97,48). Sum of RGB (Red+Green+Blue) = 77+97+48=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6130 is #B29ECF. Grayscale: #555555. Windows color (decimal): -11706064 or 3170637. OLE color: 3170637.

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

Color convert

RGB779748-
CMYK0.2100.510.62
HSL84.49º33.79%28.43%-
HSV(B)84.49º50.52%38.04%-
XYZ7.8710.344.38-
YUV85.43106.87121.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.68%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=34.68%
G=43.69%
B=21.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797480.2100.510.6284.4933.7928.43
Hex4D6130150333E54221c
Octal1151416025063761244234
Binary10011011100001110000101010110011111110101010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,97,48); }

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

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

 a { background-color: rgb(77,97,48); }

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

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

 span { border-color: rgb(77,97,48); }

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