Html Css Color HEX #4D7E14 Green Leaf

📋 copy color: '#4D7E14'

red 77 ◦ green 126 ◦ blue 20

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

Shades of Green Leaf #4D7E14

Tints of Green Leaf #4D7E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 56.5%

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

R = 34.53%
G = 56.5%
B = 8.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#4D7E14 (or 0x4D7E14) is known color: Green Leaf. HEX triplet: 4D, 7E and 14. RGB value is (77,126,20). Sum of RGB (Red+Green+Blue) = 77+126+20=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #4D7E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7E14 is #B281EB. Grayscale: #636363. Windows color (decimal): -11698668 or 1343053. OLE color: 1343053.

HSL color Cylindrical-coordinate representation of color #4D7E14: hue angle of 87.74º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D7E14 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 126 20 -
CMYK 0.39 0 0.84 0.51
HSL 87.74º 0.73% 0.29% -
HSV(B) 87.74º 0.84% 0.49% -
XYZ 10.65 16.55 3.3 -
YUV 99.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 77 126 20 0.39 0 0.84 0.51 87.74 0.73 0.29
Hex 4D 7E 14 27 0 54 33 58 49 1D
Octal 115 176 24 47 0 124 63 130 111 35
Binary 1001101 1111110 10100 100111 0 1010100 110011 1011000 1001001 11101

Color Harmonies of #4D7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7E14

Black with #4D7E14

Text Example


Text Example

White with #4D7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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