Html Css Color HEX #4E742E Green Leaf

📋 copy color: '#4E742E'

red 78 ◦ green 116 ◦ blue 46

#4E742E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #4E742E

Tints of Green Leaf #4E742E

RGB

 RED value IS 78 (30.86% from 255) = 32.5%

 GREEN value IS 116 (45.7% from 255) = 48.33%

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 32.5%
G = 48.33%
B = 19.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#4E742E (or 0x4E742E) is known color: Green Leaf. HEX triplet: 4E, 74 and 2E. RGB value is (78,116,46). Sum of RGB (Red+Green+Blue) = 78+116+46=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #4E742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E742E is #B18BD1. Grayscale: #606060. Windows color (decimal): -11635666 or 3044430. OLE color: 3044430.

HSL color Cylindrical-coordinate representation of color #4E742E: hue angle of 92.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E742E is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 116 46 -
CMYK 0.33 0 0.60 0.55
HSL 92.57º 0.43% 0.32% -
HSV(B) 92.57º 0.6% 0.45% -
XYZ 9.88 14.31 4.83 -
YUV 96.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 78 116 46 0.33 0 0.60 0.55 92.57 0.43 0.32
Hex 4E 74 2E 21 0 3C 37 5D 2B 20
Octal 116 164 56 41 0 74 67 135 53 40
Binary 1001110 1110100 101110 100001 0 111100 110111 1011101 101011 100000

Color Harmonies of #4E742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E742E

Black with #4E742E

Text Example


Text Example

White with #4E742E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,116,46); }

 H1.HeaderClassName
 {
   color: #4E742E;
 }
 .AnyTagClassName
 {
   color: #4E742E;
 }
</style>

background-color css

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

 a { background-color: rgb(78,116,46); }

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

border-color css

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

 span { border-color: rgb(78,116,46); }

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