Html Css Color HEX #4E742D Green Leaf

📋 copy color: '#4E742D'

red 78 ◦ green 116 ◦ blue 45

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

Shades of Green Leaf #4E742D

Tints of Green Leaf #4E742D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 32.64%
G = 48.54%
B = 18.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#4E742D (or 0x4E742D) is known color: Green Leaf. HEX triplet: 4E, 74 and 2D. RGB value is (78,116,45). Sum of RGB (Red+Green+Blue) = 78+116+45=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #4E742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E742D is #B18BD2. Grayscale: #606060. Windows color (decimal): -11635667 or 2978894. OLE color: 2978894.

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

Color convert

RGB 78 116 45 -
CMYK 0.33 0 0.61 0.55
HSL 92.11º 0.44% 0.32% -
HSV(B) 92.11º 0.61% 0.45% -
XYZ 9.86 14.3 4.72 -
YUV 96.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 78 116 45 0.33 0 0.61 0.55 92.11 0.44 0.32
Hex 4E 74 2D 21 0 3D 37 5C 2C 20
Octal 116 164 55 41 0 75 67 134 54 40
Binary 1001110 1110100 101101 100001 0 111101 110111 1011100 101100 100000

Color Harmonies of #4E742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E742D

Black with #4E742D

Text Example


Text Example

White with #4E742D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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