Html Css Color HEX #4D7014 Green Leaf

📋 copy color: '#4D7014'

red 77 ◦ green 112 ◦ blue 20

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

Shades of Green Leaf #4D7014

Tints of Green Leaf #4D7014

RGB

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

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

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

R = 36.84%
G = 53.59%
B = 9.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#4D7014 (or 0x4D7014) is known color: Green Leaf. HEX triplet: 4D, 70 and 14. RGB value is (77,112,20). Sum of RGB (Red+Green+Blue) = 77+112+20=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7014 is #B28FEB. Grayscale: #5B5B5B. Windows color (decimal): -11702252 or 1339469. OLE color: 1339469.

HSL color Cylindrical-coordinate representation of color #4D7014: hue angle of 82.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D7014 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 112 20 -
CMYK 0.31 0 0.82 0.56
HSL 82.83º 0.7% 0.26% -
HSV(B) 82.83º 0.82% 0.44% -
XYZ 8.98 13.22 2.74 -
YUV 91.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 77 112 20 0.31 0 0.82 0.56 82.83 0.7 0.26
Hex 4D 70 14 1F 0 52 38 53 46 1A
Octal 115 160 24 37 0 122 70 123 106 32
Binary 1001101 1110000 10100 11111 0 1010010 111000 1010011 1000110 11010

Color Harmonies of #4D7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7014

Black with #4D7014

Text Example


Text Example

White with #4D7014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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