Html Css Color HEX #4E7514 Green Leaf

📋 copy color: '#4E7514'

red 78 ◦ green 117 ◦ blue 20

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

Shades of Green Leaf #4E7514

Tints of Green Leaf #4E7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.42%

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

R = 36.28%
G = 54.42%
B = 9.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#4E7514 (or 0x4E7514) is known color: Green Leaf. HEX triplet: 4E, 75 and 14. RGB value is (78,117,20). Sum of RGB (Red+Green+Blue) = 78+117+20=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #4E7514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7514 is #B18AEB. Grayscale: #5E5E5E. Windows color (decimal): -11635436 or 1340750. OLE color: 1340750.

HSL color Cylindrical-coordinate representation of color #4E7514: hue angle of 84.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E7514 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 117 20 -
CMYK 0.33 0 0.83 0.54
HSL 84.12º 0.71% 0.27% -
HSV(B) 84.12º 0.83% 0.46% -
XYZ 9.63 14.39 2.93 -
YUV 94.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 78 117 20 0.33 0 0.83 0.54 84.12 0.71 0.27
Hex 4E 75 14 21 0 53 36 54 47 1B
Octal 116 165 24 41 0 123 66 124 107 33
Binary 1001110 1110101 10100 100001 0 1010011 110110 1010100 1000111 11011

Color Harmonies of #4E7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7514

Black with #4E7514

Text Example


Text Example

White with #4E7514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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