#4D7510

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

Shades of Green Leaf #4D7510

Tints of Green Leaf #4D7510

Color information

#4D7510 (or 0x4D7510) is unknown color: approx Green Leaf. HEX triplet: 4D, 75 and 10. RGB value is (77,117,16). Sum of RGB (Red+Green+Blue) = 77+117+16=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7510 is #B28AEF. Grayscale: #5D5D5D. Windows color (decimal): -11700976 or 1078605. OLE color: 1078605.

HSL color Cylindrical-coordinate representation of color #4D7510: hue angle of 83.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D7510 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB7711716-
CMYK0.3400.860.54
HSL83.76º75.94%26.08%-
HSV(B)83.76º86.32%45.88%-
XYZ9.5214.342.76-
YUV93.5384.25116.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.67%
GREEN value IS 117 (46.09% from 255) = 55.71%
BLUE value IS 16 (6.64% from 255) = 7.62%
R=36.67%
G=55.71%
B=7.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77117160.3400.860.5483.7675.9426.08
Hex4D75102205636544c1a
Octal115165204201266612411432
Binary1001101111010110000100010010101101101101010100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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