Html Css Color HEX #4E701A Green Leaf

📋 copy color: '#4E701A'

red 78 ◦ green 112 ◦ blue 26

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

Shades of Green Leaf #4E701A

Tints of Green Leaf #4E701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 36.11%
G = 51.85%
B = 12.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#4E701A (or 0x4E701A) is known color: Green Leaf. HEX triplet: 4E, 70 and 1A. RGB value is (78,112,26). Sum of RGB (Red+Green+Blue) = 78+112+26=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #4E701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E701A is #B18FE5. Grayscale: #5C5C5C. Windows color (decimal): -11636710 or 1732686. OLE color: 1732686.

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

Color convert

RGB 78 112 26 -
CMYK 0.30 0 0.77 0.56
HSL 83.72º 0.62% 0.27% -
HSV(B) 83.72º 0.77% 0.44% -
XYZ 9.12 13.28 3.06 -
YUV 92.03 90.74 117.99 -
System Red Green Blue C M Y K H S L
Decimal 78 112 26 0.30 0 0.77 0.56 83.72 0.62 0.27
Hex 4E 70 1A 1E 0 4D 38 54 3E 1B
Octal 116 160 32 36 0 115 70 124 76 33
Binary 1001110 1110000 11010 11110 0 1001101 111000 1010100 111110 11011

Color Harmonies of #4E701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E701A

Black with #4E701A

Text Example


Text Example

White with #4E701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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