#4D710C

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

Shades of Green Leaf #4D710C

Tints of Green Leaf #4D710C

Color information

#4D710C (or 0x4D710C) is unknown color: approx Green Leaf. HEX triplet: 4D, 71 and 0C. RGB value is (77,113,12). Sum of RGB (Red+Green+Blue) = 77+113+12=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #4D710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D710C is #B28EF3. Grayscale: #5B5B5B. Windows color (decimal): -11702004 or 815437. OLE color: 815437.

HSL color Cylindrical-coordinate representation of color #4D710C: hue angle of 81.39º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D710C is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB7711312-
CMYK0.3200.890.56
HSL81.39º80.8%24.51%-
HSV(B)81.39º89.38%44.31%-
XYZ9.0313.412.46-
YUV90.7283.57118.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.12%
GREEN value IS 113 (44.53% from 255) = 55.94%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=38.12%
G=55.94%
B=5.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77113120.3200.890.5681.3980.824.51
Hex4D71C2005938515119
Octal115161144001317012112131
Binary100110111100011100100000010110011110001010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,113,12); }

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

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

 a { background-color: rgb(77,113,12); }

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

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

 span { border-color: rgb(77,113,12); }

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