#4d6b14

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

Shades of Green Leaf #4D6B14

Tints of Green Leaf #4D6B14

Color information

#4D6B14 (or 0x4D6B14) is unknown color: approx Green Leaf. HEX triplet: 4D, 6B and 14. RGB value is (77,107,20). Sum of RGB (Red+Green+Blue) = 77+107+20=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6B14 is #B294EB. Grayscale: #585858. Windows color (decimal): -11703532 or 1338189. OLE color: 1338189.

HSL color Cylindrical-coordinate representation of color #4D6B14: hue angle of 80.69º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D6B14 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB7710720-
CMYK0.2800.810.58
HSL80.69º68.5%24.9%-
HSV(B)80.69º81.31%41.96%-
XYZ8.4412.142.56-
YUV88.1189.56120.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.75%
GREEN value IS 107 (42.19% from 255) = 52.45%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=37.75%
G=52.45%
B=9.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77107200.2800.810.5880.6968.524.9
Hex4D6B141C0513A514519
Octal115153243401217212110531
Binary100110111010111010011100010100011110101010001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d6b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,107,20); }

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

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

 a { background-color: rgb(77,107,20); }

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

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

 span { border-color: rgb(77,107,20); }

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