Html Css Color HEX #4D7520 Green Leaf

📋 copy color: '#4D7520'

red 77 ◦ green 117 ◦ blue 32

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

Shades of Green Leaf #4D7520

Tints of Green Leaf #4D7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.77%

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 34.07%
G = 51.77%
B = 14.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#4D7520 (or 0x4D7520) is known color: Green Leaf. HEX triplet: 4D, 75 and 20. RGB value is (77,117,32). Sum of RGB (Red+Green+Blue) = 77+117+32=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7520 is #B28ADF. Grayscale: #5F5F5F. Windows color (decimal): -11700960 or 2127181. OLE color: 2127181.

HSL color Cylindrical-coordinate representation of color #4D7520: hue angle of 88.24º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D7520 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 117 32 -
CMYK 0.34 0 0.73 0.54
HSL 88.24º 0.57% 0.29% -
HSV(B) 88.24º 0.73% 0.46% -
XYZ 9.68 14.4 3.64 -
YUV 95.35 92.25 114.91 -
System Red Green Blue C M Y K H S L
Decimal 77 117 32 0.34 0 0.73 0.54 88.24 0.57 0.29
Hex 4D 75 20 22 0 49 36 58 39 1D
Octal 115 165 40 42 0 111 66 130 71 35
Binary 1001101 1110101 100000 100010 0 1001001 110110 1011000 111001 11101

Color Harmonies of #4D7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7520

Black with #4D7520

Text Example


Text Example

White with #4D7520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,117,32); }

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

background-color css

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

 a { background-color: rgb(77,117,32); }

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

border-color css

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

 span { border-color: rgb(77,117,32); }

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