#4D681A

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

Shades of Green Leaf #4D681A

Tints of Green Leaf #4D681A

Color information

#4D681A (or 0x4D681A) is unknown color: approx Green Leaf. HEX triplet: 4D, 68 and 1A. RGB value is (77,104,26). Sum of RGB (Red+Green+Blue) = 77+104+26=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #4D681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D681A is #B297E5. Grayscale: #575757. Windows color (decimal): -11704294 or 1730637. OLE color: 1730637.

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

Color convert

RGB7710426-
CMYK0.2600.750.59
HSL80.77º60%25.49%-
HSV(B)80.77º75%40.78%-
XYZ8.211.552.78-
YUV87.0493.55120.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 104 (41.02% from 255) = 50.24%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=37.20%
G=50.24%
B=12.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77104260.2600.750.5980.776025.49
Hex4D681A1A04B3B513c19
Octal11515032320113731217431
Binary10011011101000110101101001001011111011101000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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