Html Css Color HEX #4D7714 Green Leaf

📋 copy color: '#4D7714'

red 77 ◦ green 119 ◦ blue 20

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

Shades of Green Leaf #4D7714

Tints of Green Leaf #4D7714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.09%

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

R = 35.65%
G = 55.09%
B = 9.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#4D7714 (or 0x4D7714) is known color: Green Leaf. HEX triplet: 4D, 77 and 14. RGB value is (77,119,20). Sum of RGB (Red+Green+Blue) = 77+119+20=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7714 is #B288EB. Grayscale: #5F5F5F. Windows color (decimal): -11700460 or 1341261. OLE color: 1341261.

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

Color convert

RGB 77 119 20 -
CMYK 0.35 0 0.83 0.53
HSL 85.45º 0.71% 0.27% -
HSV(B) 85.45º 0.83% 0.47% -
XYZ 9.78 14.82 3.01 -
YUV 95.16 85.59 115.05 -
System Red Green Blue C M Y K H S L
Decimal 77 119 20 0.35 0 0.83 0.53 85.45 0.71 0.27
Hex 4D 77 14 23 0 53 35 55 47 1B
Octal 115 167 24 43 0 123 65 125 107 33
Binary 1001101 1110111 10100 100011 0 1010011 110101 1010101 1000111 11011

Color Harmonies of #4D7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7714

Black with #4D7714

Text Example


Text Example

White with #4D7714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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