Html Css Color HEX #4E700D Green Leaf

📋 copy color: '#4E700D'

red 78 ◦ green 112 ◦ blue 13

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

Shades of Green Leaf #4E700D

Tints of Green Leaf #4E700D

RGB

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

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

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

R = 38.42%
G = 55.17%
B = 6.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#4E700D (or 0x4E700D) is known color: Green Leaf. HEX triplet: 4E, 70 and 0D. RGB value is (78,112,13). Sum of RGB (Red+Green+Blue) = 78+112+13=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #4E700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E700D is #B18FF2. Grayscale: #5A5A5A. Windows color (decimal): -11636723 or 880718. OLE color: 880718.

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

Color convert

RGB 78 112 13 -
CMYK 0.30 0 0.88 0.56
HSL 80.61º 0.79% 0.25% -
HSV(B) 80.61º 0.88% 0.44% -
XYZ 9.01 13.24 2.46 -
YUV 90.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 78 112 13 0.30 0 0.88 0.56 80.61 0.79 0.25
Hex 4E 70 D 1E 0 58 38 51 4F 19
Octal 116 160 15 36 0 130 70 121 117 31
Binary 1001110 1110000 1101 11110 0 1011000 111000 1010001 1001111 11001

Color Harmonies of #4E700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E700D

Black with #4E700D

Text Example


Text Example

White with #4E700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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