#4E632D

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

Shades of Green Leaf #4E632D

Tints of Green Leaf #4E632D

Color information

#4E632D (or 0x4E632D) is unknown color: approx Green Leaf. HEX triplet: 4E, 63 and 2D. RGB value is (78,99,45). Sum of RGB (Red+Green+Blue) = 78+99+45=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #4E632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E632D is #B19CD2. Grayscale: #565656. Windows color (decimal): -11640019 or 2974542. OLE color: 2974542.

HSL color Cylindrical-coordinate representation of color #4E632D: hue angle of 83.33º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E632D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB789945-
CMYK0.2100.550.61
HSL83.33º37.5%28.24%-
HSV(B)83.33º54.55%38.82%-
XYZ8.0810.734.13-
YUV86.56104.54121.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=35.14%
G=44.59%
B=20.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7899450.2100.550.6183.3337.528.24
Hex4E632D150373D53261c
Octal1161435525067751234634
Binary10011101100011101101101010110111111101101001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,99,45); }

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

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

 a { background-color: rgb(78,99,45); }

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

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

 span { border-color: rgb(78,99,45); }

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