Html Css Color HEX #4D7214 Green Leaf

📋 copy color: '#4D7214'

red 77 ◦ green 114 ◦ blue 20

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

Shades of Green Leaf #4D7214

Tints of Green Leaf #4D7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.03%

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

R = 36.49%
G = 54.03%
B = 9.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#4D7214 (or 0x4D7214) is known color: Green Leaf. HEX triplet: 4D, 72 and 14. RGB value is (77,114,20). Sum of RGB (Red+Green+Blue) = 77+114+20=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7214 is #B28DEB. Grayscale: #5C5C5C. Windows color (decimal): -11701740 or 1339981. OLE color: 1339981.

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

Color convert

RGB 77 114 20 -
CMYK 0.32 0 0.82 0.55
HSL 83.62º 0.7% 0.26% -
HSV(B) 83.62º 0.82% 0.45% -
XYZ 9.2 13.66 2.81 -
YUV 92.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 77 114 20 0.32 0 0.82 0.55 83.62 0.7 0.26
Hex 4D 72 14 20 0 52 37 54 46 1A
Octal 115 162 24 40 0 122 67 124 106 32
Binary 1001101 1110010 10100 100000 0 1010010 110111 1010100 1000110 11010

Color Harmonies of #4D7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7214

Black with #4D7214

Text Example


Text Example

White with #4D7214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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