#4E632A

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

Shades of Green Leaf #4E632A

Tints of Green Leaf #4E632A

Color information

#4E632A (or 0x4E632A) is unknown color: approx Green Leaf. HEX triplet: 4E, 63 and 2A. RGB value is (78,99,42). Sum of RGB (Red+Green+Blue) = 78+99+42=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #4E632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E632A is #B19CD5. Grayscale: #565656. Windows color (decimal): -11640022 or 2777934. OLE color: 2777934.

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

Color convert

RGB789942-
CMYK0.2100.580.61
HSL82.11º40.43%27.65%-
HSV(B)82.11º57.58%38.82%-
XYZ8.0210.713.84-
YUV86.22103.04122.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.62%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=35.62%
G=45.21%
B=19.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7899420.2100.580.6182.1140.4327.65
Hex4E632A1503A3D52281c
Octal1161435225072751225034
Binary10011101100011101010101010111010111101101001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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