#4D7019

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

Shades of Green Leaf #4D7019

Tints of Green Leaf #4D7019

Color information

#4D7019 (or 0x4D7019) is unknown color: approx Green Leaf. HEX triplet: 4D, 70 and 19. RGB value is (77,112,25). Sum of RGB (Red+Green+Blue) = 77+112+25=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7019 is #B28FE6. Grayscale: #5B5B5B. Windows color (decimal): -11702247 or 1667149. OLE color: 1667149.

HSL color Cylindrical-coordinate representation of color #4D7019: hue angle of 84.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D7019 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB7711225-
CMYK0.3100.780.56
HSL84.14º63.5%26.86%-
HSV(B)84.14º77.68%43.92%-
XYZ9.0313.243-
YUV91.6290.4117.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.98%
GREEN value IS 112 (44.14% from 255) = 52.34%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=35.98%
G=52.34%
B=11.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77112250.3100.780.5684.1463.526.86
Hex4D70191F04E3854401b
Octal115160313701167012410033
Binary100110111100001100111111010011101110001010100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,112,25); }

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

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

 a { background-color: rgb(77,112,25); }

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

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

 span { border-color: rgb(77,112,25); }

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