#4D7A15

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

Shades of Green Leaf #4D7A15

Tints of Green Leaf #4D7A15

Color information

#4D7A15 (or 0x4D7A15) is unknown color: approx Green Leaf. HEX triplet: 4D, 7A and 15. RGB value is (77,122,21). Sum of RGB (Red+Green+Blue) = 77+122+21=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #4D7A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7A15 is #B285EA. Grayscale: #616161. Windows color (decimal): -11699691 or 1407565. OLE color: 1407565.

HSL color Cylindrical-coordinate representation of color #4D7A15: hue angle of 86.73º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D7A15 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB7712221-
CMYK0.3700.830.52
HSL86.73º70.63%28.04%-
HSV(B)86.73º82.79%47.84%-
XYZ10.1615.553.18-
YUV97.0385.09113.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 122 (48.05% from 255) = 55.45%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=35%
G=55.45%
B=9.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77122210.3700.830.5286.7370.6328.04
Hex4D7A15250533457471c
Octal115172254501236412710734
Binary1001101111101010101100101010100111101001010111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,122,21); }

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

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

 a { background-color: rgb(77,122,21); }

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

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

 span { border-color: rgb(77,122,21); }

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