#4D7210

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

Shades of Green Leaf #4D7210

Tints of Green Leaf #4D7210

Color information

#4D7210 (or 0x4D7210) is unknown color: approx Green Leaf. HEX triplet: 4D, 72 and 10. RGB value is (77,114,16). Sum of RGB (Red+Green+Blue) = 77+114+16=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7210 is #B28DEF. Grayscale: #5C5C5C. Windows color (decimal): -11701744 or 1077837. OLE color: 1077837.

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

Color convert

RGB7711416-
CMYK0.3200.860.55
HSL82.65º75.38%25.49%-
HSV(B)82.65º85.96%44.71%-
XYZ9.1713.652.64-
YUV91.7685.24117.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 16 (6.64% from 255) = 7.73%
R=37.20%
G=55.07%
B=7.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77114160.3200.860.5582.6575.3825.49
Hex4D72102005637534b19
Octal115162204001266712311331
Binary1001101111001010000100000010101101101111010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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