Html Css Color HEX #4E740D Green Leaf

📋 copy color: '#4E740D'

red 78 ◦ green 116 ◦ blue 13

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

Shades of Green Leaf #4E740D

Tints of Green Leaf #4E740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 37.68%
G = 56.04%
B = 6.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#4E740D (or 0x4E740D) is known color: Green Leaf. HEX triplet: 4E, 74 and 0D. RGB value is (78,116,13). Sum of RGB (Red+Green+Blue) = 78+116+13=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #4E740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E740D is #B18BF2. Grayscale: #5D5D5D. Windows color (decimal): -11635699 or 881742. OLE color: 881742.

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

Color convert

RGB 78 116 13 -
CMYK 0.33 0 0.89 0.55
HSL 82.14º 0.8% 0.25% -
HSV(B) 82.14º 0.89% 0.45% -
XYZ 9.46 14.14 2.61 -
YUV 92.9 82.91 117.38 -
System Red Green Blue C M Y K H S L
Decimal 78 116 13 0.33 0 0.89 0.55 82.14 0.8 0.25
Hex 4E 74 D 21 0 59 37 52 50 19
Octal 116 164 15 41 0 131 67 122 120 31
Binary 1001110 1110100 1101 100001 0 1011001 110111 1010010 1010000 11001

Color Harmonies of #4E740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E740D

Black with #4E740D

Text Example


Text Example

White with #4E740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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