Html Css Color HEX #4D700E Green Leaf

📋 copy color: '#4D700E'

red 77 ◦ green 112 ◦ blue 14

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

Shades of Green Leaf #4D700E

Tints of Green Leaf #4D700E

RGB

 RED value IS 77 (30.47% from 255) = 37.93%

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

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 37.93%
G = 55.17%
B = 6.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#4D700E (or 0x4D700E) is known color: Green Leaf. HEX triplet: 4D, 70 and 0E. RGB value is (77,112,14). Sum of RGB (Red+Green+Blue) = 77+112+14=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #4D700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D700E is #B28FF1. Grayscale: #5A5A5A. Windows color (decimal): -11702258 or 946253. OLE color: 946253.

HSL color Cylindrical-coordinate representation of color #4D700E: hue angle of 81.43º degrees, saturation: 0.78, 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 #4D700E is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 112 14 -
CMYK 0.31 0 0.88 0.56
HSL 81.43º 0.78% 0.25% -
HSV(B) 81.43º 0.88% 0.44% -
XYZ 8.93 13.2 2.49 -
YUV 90.36 84.9 118.47 -
System Red Green Blue C M Y K H S L
Decimal 77 112 14 0.31 0 0.88 0.56 81.43 0.78 0.25
Hex 4D 70 E 1F 0 58 38 51 4E 19
Octal 115 160 16 37 0 130 70 121 116 31
Binary 1001101 1110000 1110 11111 0 1011000 111000 1010001 1001110 11001

Color Harmonies of #4D700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D700E

Black with #4D700E

Text Example


Text Example

White with #4D700E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,112,14); }

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

background-color css

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

 a { background-color: rgb(77,112,14); }

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

border-color css

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

 span { border-color: rgb(77,112,14); }

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