Html Css Color HEX #4E701B Green Leaf

📋 copy color: '#4E701B'

red 78 ◦ green 112 ◦ blue 27

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

Shades of Green Leaf #4E701B

Tints of Green Leaf #4E701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 35.94%
G = 51.61%
B = 12.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#4E701B (or 0x4E701B) is known color: Green Leaf. HEX triplet: 4E, 70 and 1B. RGB value is (78,112,27). Sum of RGB (Red+Green+Blue) = 78+112+27=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #4E701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E701B is #B18FE4. Grayscale: #5C5C5C. Windows color (decimal): -11636709 or 1798222. OLE color: 1798222.

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

Color convert

RGB 78 112 27 -
CMYK 0.30 0 0.76 0.56
HSL 84º 0.61% 0.27% -
HSV(B) 84º 0.76% 0.44% -
XYZ 9.13 13.29 3.12 -
YUV 92.14 91.24 117.91 -
System Red Green Blue C M Y K H S L
Decimal 78 112 27 0.30 0 0.76 0.56 84 0.61 0.27
Hex 4E 70 1B 1E 0 4C 38 54 3D 1B
Octal 116 160 33 36 0 114 70 124 75 33
Binary 1001110 1110000 11011 11110 0 1001100 111000 1010100 111101 11011

Color Harmonies of #4E701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E701B

Black with #4E701B

Text Example


Text Example

White with #4E701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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