Html Css Color HEX #4E7014 Green Leaf

📋 copy color: '#4E7014'

red 78 ◦ green 112 ◦ blue 20

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

Shades of Green Leaf #4E7014

Tints of Green Leaf #4E7014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.33%

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 37.14%
G = 53.33%
B = 9.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#4E7014 (or 0x4E7014) is known color: Green Leaf. HEX triplet: 4E, 70 and 14. RGB value is (78,112,20). Sum of RGB (Red+Green+Blue) = 78+112+20=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7014 is #B18FEB. Grayscale: #5B5B5B. Windows color (decimal): -11636716 or 1339470. OLE color: 1339470.

HSL color Cylindrical-coordinate representation of color #4E7014: hue angle of 82.17º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E7014 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 112 20 -
CMYK 0.30 0 0.82 0.56
HSL 82.17º 0.7% 0.26% -
HSV(B) 82.17º 0.82% 0.44% -
XYZ 9.06 13.26 2.74 -
YUV 91.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 78 112 20 0.30 0 0.82 0.56 82.17 0.7 0.26
Hex 4E 70 14 1E 0 52 38 52 46 1A
Octal 116 160 24 36 0 122 70 122 106 32
Binary 1001110 1110000 10100 11110 0 1010010 111000 1010010 1000110 11010

Color Harmonies of #4E7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7014

Black with #4E7014

Text Example


Text Example

White with #4E7014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,112,20); }

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

background-color css

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

 a { background-color: rgb(78,112,20); }

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

border-color css

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

 span { border-color: rgb(78,112,20); }

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