Html Css Color HEX #4D712D Green Leaf

📋 copy color: '#4D712D'

red 77 ◦ green 113 ◦ blue 45

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

Shades of Green Leaf #4D712D

Tints of Green Leaf #4D712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.09%

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

R = 32.77%
G = 48.09%
B = 19.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#4D712D (or 0x4D712D) is known color: Green Leaf. HEX triplet: 4D, 71 and 2D. RGB value is (77,113,45). Sum of RGB (Red+Green+Blue) = 77+113+45=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #4D712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D712D is #B28ED2. Grayscale: #5E5E5E. Windows color (decimal): -11701971 or 2978125. OLE color: 2978125.

HSL color Cylindrical-coordinate representation of color #4D712D: hue angle of 91.76º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D712D is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 113 45 -
CMYK 0.32 0 0.60 0.56
HSL 91.76º 0.43% 0.31% -
HSV(B) 91.76º 0.6% 0.44% -
XYZ 9.44 13.58 4.61 -
YUV 94.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 77 113 45 0.32 0 0.60 0.56 91.76 0.43 0.31
Hex 4D 71 2D 20 0 3C 38 5C 2B 1F
Octal 115 161 55 40 0 74 70 134 53 37
Binary 1001101 1110001 101101 100000 0 111100 111000 1011100 101011 11111

Color Harmonies of #4D712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D712D

Black with #4D712D

Text Example


Text Example

White with #4D712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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