#4D691A

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

Shades of Green Leaf #4D691A

Tints of Green Leaf #4D691A

Color information

#4D691A (or 0x4D691A) is unknown color: approx Green Leaf. HEX triplet: 4D, 69 and 1A. RGB value is (77,105,26). Sum of RGB (Red+Green+Blue) = 77+105+26=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #4D691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D691A is #B296E5. Grayscale: #575757. Windows color (decimal): -11704038 or 1730893. OLE color: 1730893.

HSL color Cylindrical-coordinate representation of color #4D691A: hue angle of 81.27º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D691A is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB7710526-
CMYK0.2700.750.59
HSL81.27º60.31%25.69%-
HSV(B)81.27º75.24%41.18%-
XYZ8.311.762.81-
YUV87.6293.22120.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.02%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=37.02%
G=50.48%
B=12.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77105260.2700.750.5981.2760.3125.69
Hex4D691A1B04B3B513c1a
Octal11515132330113731217432
Binary10011011101001110101101101001011111011101000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,105,26); }

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

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

 a { background-color: rgb(77,105,26); }

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

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

 span { border-color: rgb(77,105,26); }

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