#4D661C

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

Shades of Green Leaf #4D661C

Tints of Green Leaf #4D661C

Color information

#4D661C (or 0x4D661C) is unknown color: approx Green Leaf. HEX triplet: 4D, 66 and 1C. RGB value is (77,102,28). Sum of RGB (Red+Green+Blue) = 77+102+28=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #4D661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D661C is #B299E3. Grayscale: #565656. Windows color (decimal): -11704804 or 1861197. OLE color: 1861197.

HSL color Cylindrical-coordinate representation of color #4D661C: hue angle of 80.27º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D661C is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB7710228-
CMYK0.2500.730.6
HSL80.27º56.92%25.49%-
HSV(B)80.27º72.55%40%-
XYZ8.0211.162.83-
YUV86.0995.22121.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=37.20%
G=49.28%
B=13.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal77102280.2500.730.680.2756.9225.49
Hex4D661C190493C503919
Octal11514634310111741207131
Binary10011011100110111001100101001001111100101000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,102,28); }

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

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

 a { background-color: rgb(77,102,28); }

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

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

 span { border-color: rgb(77,102,28); }

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