Html Css Color HEX #4D6132 Green Leaf

📋 copy color: '#4D6132'

red 77 ◦ green 97 ◦ blue 50

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

Shades of Green Leaf #4D6132

Tints of Green Leaf #4D6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 34.38%
G = 43.3%
B = 22.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#4D6132 (or 0x4D6132) is known color: Green Leaf. HEX triplet: 4D, 61 and 32. RGB value is (77,97,50). Sum of RGB (Red+Green+Blue) = 77+97+50=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6132 is #B29ECD. Grayscale: #555555. Windows color (decimal): -11706062 or 3301709. OLE color: 3301709.

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

Color convert

RGB 77 97 50 -
CMYK 0.21 0 0.48 0.62
HSL 85.53º 0.32% 0.29% -
HSV(B) 85.53º 0.48% 0.38% -
XYZ 7.91 10.36 4.6 -
YUV 85.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 77 97 50 0.21 0 0.48 0.62 85.53 0.32 0.29
Hex 4D 61 32 15 0 30 3E 56 20 1D
Octal 115 141 62 25 0 60 76 126 40 35
Binary 1001101 1100001 110010 10101 0 110000 111110 1010110 100000 11101

Color Harmonies of #4D6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6132

Black with #4D6132

Text Example


Text Example

White with #4D6132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,50); }

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

background-color css

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

 a { background-color: rgb(77,97,50); }

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

border-color css

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

 span { border-color: rgb(77,97,50); }

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