Html Css Color HEX #4D720C Green Leaf

📋 copy color: '#4D720C'

red 77 ◦ green 114 ◦ blue 12

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

Shades of Green Leaf #4D720C

Tints of Green Leaf #4D720C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 37.93%
G = 56.16%
B = 5.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#4D720C (or 0x4D720C) is known color: Green Leaf. HEX triplet: 4D, 72 and 0C. RGB value is (77,114,12). Sum of RGB (Red+Green+Blue) = 77+114+12=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #4D720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D720C is #B28DF3. Grayscale: #5B5B5B. Windows color (decimal): -11701748 or 815693. OLE color: 815693.

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

Color convert

RGB 77 114 12 -
CMYK 0.32 0 0.89 0.55
HSL 81.76º 0.81% 0.25% -
HSV(B) 81.76º 0.89% 0.45% -
XYZ 9.14 13.64 2.5 -
YUV 91.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 77 114 12 0.32 0 0.89 0.55 81.76 0.81 0.25
Hex 4D 72 C 20 0 59 37 52 51 19
Octal 115 162 14 40 0 131 67 122 121 31
Binary 1001101 1110010 1100 100000 0 1011001 110111 1010010 1010001 11001

Color Harmonies of #4D720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D720C

Black with #4D720C

Text Example


Text Example

White with #4D720C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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