Html Css Color HEX #4D622D Green Leaf

📋 copy color: '#4D622D'

red 77 ◦ green 98 ◦ blue 45

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

Shades of Green Leaf #4D622D

Tints of Green Leaf #4D622D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 35%
G = 44.55%
B = 20.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#4D622D (or 0x4D622D) is known color: Green Leaf. HEX triplet: 4D, 62 and 2D. RGB value is (77,98,45). Sum of RGB (Red+Green+Blue) = 77+98+45=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #4D622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D622D is #B29DD2. Grayscale: #555555. Windows color (decimal): -11705811 or 2974285. OLE color: 2974285.

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

Color convert

RGB 77 98 45 -
CMYK 0.21 0 0.54 0.62
HSL 83.77º 0.37% 0.28% -
HSV(B) 83.77º 0.54% 0.38% -
XYZ 7.9 10.5 4.09 -
YUV 85.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 77 98 45 0.21 0 0.54 0.62 83.77 0.37 0.28
Hex 4D 62 2D 15 0 36 3E 54 25 1C
Octal 115 142 55 25 0 66 76 124 45 34
Binary 1001101 1100010 101101 10101 0 110110 111110 1010100 100101 11100

Color Harmonies of #4D622D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D622D

Black with #4D622D

Text Example


Text Example

White with #4D622D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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