#4E6132

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

Shades of Green Leaf #4E6132

Tints of Green Leaf #4E6132

Color information

#4E6132 (or 0x4E6132) is unknown color: approx Green Leaf. HEX triplet: 4E, 61 and 32. RGB value is (78,97,50). Sum of RGB (Red+Green+Blue) = 78+97+50=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6132 is #B19ECD. Grayscale: #565656. Windows color (decimal): -11640526 or 3301710. OLE color: 3301710.

HSL color Cylindrical-coordinate representation of color #4E6132: hue angle of 84.26º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E6132 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB789750-
CMYK0.2000.480.62
HSL84.26º31.97%28.82%-
HSV(B)84.26º48.45%38.04%-
XYZ7.9910.44.6-
YUV85.96107.71122.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=34.67%
G=43.11%
B=22.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897500.2000.480.6284.2631.9728.82
Hex4E6132140303E54201d
Octal1161416224060761244035
Binary10011101100001110010101000110000111110101010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,50); }

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

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

 a { background-color: rgb(78,97,50); }

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

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

 span { border-color: rgb(78,97,50); }

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