#4D720A

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

Shades of Green Leaf #4D720A

Tints of Green Leaf #4D720A

Color information

#4D720A (or 0x4D720A) is unknown color: approx Green Leaf. HEX triplet: 4D, 72 and 0A. RGB value is (77,114,10). Sum of RGB (Red+Green+Blue) = 77+114+10=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #4D720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D720A is #B28DF5. Grayscale: #5B5B5B. Windows color (decimal): -11701750 or 684621. OLE color: 684621.

HSL color Cylindrical-coordinate representation of color #4D720A: hue angle of 81.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D720A is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB7711410-
CMYK0.3200.910.55
HSL81.35º83.87%24.31%-
HSV(B)81.35º91.23%44.71%-
XYZ9.1313.632.44-
YUV91.0882.24117.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.31%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=38.31%
G=56.72%
B=4.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77114100.3200.910.5581.3583.8724.31
Hex4D72A2005B37515418
Octal115162124001336712112430
Binary100110111100101010100000010110111101111010001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,114,10); }

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

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

 a { background-color: rgb(77,114,10); }

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

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

 span { border-color: rgb(77,114,10); }

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