Html Css Color HEX #4D7914 Green Leaf

📋 copy color: '#4D7914'

red 77 ◦ green 121 ◦ blue 20

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

Shades of Green Leaf #4D7914

Tints of Green Leaf #4D7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55.5%

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

R = 35.32%
G = 55.5%
B = 9.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#4D7914 (or 0x4D7914) is known color: Green Leaf. HEX triplet: 4D, 79 and 14. RGB value is (77,121,20). Sum of RGB (Red+Green+Blue) = 77+121+20=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #4D7914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7914 is #B286EB. Grayscale: #606060. Windows color (decimal): -11699948 or 1341773. OLE color: 1341773.

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

Color convert

RGB 77 121 20 -
CMYK 0.36 0 0.83 0.53
HSL 86.14º 0.72% 0.28% -
HSV(B) 86.14º 0.83% 0.47% -
XYZ 10.02 15.3 3.09 -
YUV 96.33 84.92 114.21 -
System Red Green Blue C M Y K H S L
Decimal 77 121 20 0.36 0 0.83 0.53 86.14 0.72 0.28
Hex 4D 79 14 24 0 53 35 56 48 1C
Octal 115 171 24 44 0 123 65 126 110 34
Binary 1001101 1111001 10100 100100 0 1010011 110101 1010110 1001000 11100

Color Harmonies of #4D7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7914

Black with #4D7914

Text Example


Text Example

White with #4D7914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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