Html Css Color HEX #4D7614 Green Leaf

📋 copy color: '#4D7614'

red 77 ◦ green 118 ◦ blue 20

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

Shades of Green Leaf #4D7614

Tints of Green Leaf #4D7614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.88%

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

R = 35.81%
G = 54.88%
B = 9.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#4D7614 (or 0x4D7614) is known color: Green Leaf. HEX triplet: 4D, 76 and 14. RGB value is (77,118,20). Sum of RGB (Red+Green+Blue) = 77+118+20=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #4D7614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7614 is #B289EB. Grayscale: #5E5E5E. Windows color (decimal): -11700716 or 1341005. OLE color: 1341005.

HSL color Cylindrical-coordinate representation of color #4D7614: hue angle of 85.1º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D7614 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 118 20 -
CMYK 0.35 0 0.83 0.54
HSL 85.1º 0.71% 0.27% -
HSV(B) 85.1º 0.83% 0.46% -
XYZ 9.67 14.59 2.97 -
YUV 94.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 77 118 20 0.35 0 0.83 0.54 85.1 0.71 0.27
Hex 4D 76 14 23 0 53 36 55 47 1B
Octal 115 166 24 43 0 123 66 125 107 33
Binary 1001101 1110110 10100 100011 0 1010011 110110 1010101 1000111 11011

Color Harmonies of #4D7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7614

Black with #4D7614

Text Example


Text Example

White with #4D7614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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