#4d720b

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

Shades of Green Leaf #4D720B

Tints of Green Leaf #4D720B

Color information

#4D720B (or 0x4D720B) is unknown color: approx Green Leaf. HEX triplet: 4D, 72 and 0B. RGB value is (77,114,11). Sum of RGB (Red+Green+Blue) = 77+114+11=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #4D720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D720B is #B28DF4. Grayscale: #5B5B5B. Windows color (decimal): -11701749 or 750157. OLE color: 750157.

HSL color Cylindrical-coordinate representation of color #4D720B: hue angle of 81.55º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D720B is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB7711411-
CMYK0.3200.900.55
HSL81.55º82.4%24.51%-
HSV(B)81.55º90.35%44.71%-
XYZ9.1413.642.47-
YUV91.282.74117.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.12%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=38.12%
G=56.44%
B=5.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77114110.3200.900.5581.5582.424.51
Hex4D72B2005A37525219
Octal115162134001326712212231
Binary100110111100101011100000010110101101111010010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d720b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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