Html Css Color HEX #4D6220 Green Leaf

📋 copy color: '#4D6220'

red 77 ◦ green 98 ◦ blue 32

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

Shades of Green Leaf #4D6220

Tints of Green Leaf #4D6220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.34%

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

R = 37.2%
G = 47.34%
B = 15.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#4D6220 (or 0x4D6220) is known color: Green Leaf. HEX triplet: 4D, 62 and 20. RGB value is (77,98,32). Sum of RGB (Red+Green+Blue) = 77+98+32=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6220 is #B29DDF. Grayscale: #545454. Windows color (decimal): -11705824 or 2122317. OLE color: 2122317.

HSL color Cylindrical-coordinate representation of color #4D6220: hue angle of 79.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D6220 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 98 32 -
CMYK 0.21 0 0.67 0.62
HSL 79.09º 0.51% 0.25% -
HSV(B) 79.09º 0.67% 0.38% -
XYZ 7.69 10.42 2.97 -
YUV 84.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 77 98 32 0.21 0 0.67 0.62 79.09 0.51 0.25
Hex 4D 62 20 15 0 43 3E 4F 33 19
Octal 115 142 40 25 0 103 76 117 63 31
Binary 1001101 1100010 100000 10101 0 1000011 111110 1001111 110011 11001

Color Harmonies of #4D6220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6220

Black with #4D6220

Text Example


Text Example

White with #4D6220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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