#4D6918

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

Shades of Green Leaf #4D6918

Tints of Green Leaf #4D6918

Color information

#4D6918 (or 0x4D6918) is unknown color: approx Green Leaf. HEX triplet: 4D, 69 and 18. RGB value is (77,105,24). Sum of RGB (Red+Green+Blue) = 77+105+24=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6918 is #B296E7. Grayscale: #575757. Windows color (decimal): -11704040 or 1599821. OLE color: 1599821.

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

Color convert

RGB7710524-
CMYK0.2700.770.59
HSL80.74º62.79%25.29%-
HSV(B)80.74º77.14%41.18%-
XYZ8.2811.752.7-
YUV87.3992.22120.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.38%
GREEN value IS 105 (41.41% from 255) = 50.97%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=37.38%
G=50.97%
B=11.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77105240.2700.770.5980.7462.7925.29
Hex4D69181B04D3B513f19
Octal11515130330115731217731
Binary10011011101001110001101101001101111011101000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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