Html Css Color HEX #4D720E Green Leaf

📋 copy color: '#4D720E'

red 77 ◦ green 114 ◦ blue 14

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

Shades of Green Leaf #4D720E

Tints of Green Leaf #4D720E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 37.56%
G = 55.61%
B = 6.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#4D720E (or 0x4D720E) is known color: Green Leaf. HEX triplet: 4D, 72 and 0E. RGB value is (77,114,14). Sum of RGB (Red+Green+Blue) = 77+114+14=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #4D720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D720E is #B28DF1. Grayscale: #5B5B5B. Windows color (decimal): -11701746 or 946765. OLE color: 946765.

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

Color convert

RGB 77 114 14 -
CMYK 0.32 0 0.88 0.55
HSL 82.2º 0.78% 0.25% -
HSV(B) 82.2º 0.88% 0.45% -
XYZ 9.16 13.64 2.57 -
YUV 91.54 84.24 117.63 -
System Red Green Blue C M Y K H S L
Decimal 77 114 14 0.32 0 0.88 0.55 82.2 0.78 0.25
Hex 4D 72 E 20 0 58 37 52 4E 19
Octal 115 162 16 40 0 130 67 122 116 31
Binary 1001101 1110010 1110 100000 0 1011000 110111 1010010 1001110 11001

Color Harmonies of #4D720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D720E

Black with #4D720E

Text Example


Text Example

White with #4D720E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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