Html Css Color HEX #4D712A Green Leaf

📋 copy color: '#4D712A'

red 77 ◦ green 113 ◦ blue 42

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

Shades of Green Leaf #4D712A

Tints of Green Leaf #4D712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 33.19%
G = 48.71%
B = 18.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#4D712A (or 0x4D712A) is known color: Green Leaf. HEX triplet: 4D, 71 and 2A. RGB value is (77,113,42). Sum of RGB (Red+Green+Blue) = 77+113+42=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #4D712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D712A is #B28ED5. Grayscale: #5E5E5E. Windows color (decimal): -11701974 or 2781517. OLE color: 2781517.

HSL color Cylindrical-coordinate representation of color #4D712A: hue angle of 90.42º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D712A is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 113 42 -
CMYK 0.32 0 0.63 0.56
HSL 90.42º 0.46% 0.3% -
HSV(B) 90.42º 0.63% 0.44% -
XYZ 9.38 13.56 4.31 -
YUV 94.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 77 113 42 0.32 0 0.63 0.56 90.42 0.46 0.3
Hex 4D 71 2A 20 0 3F 38 5A 2E 1E
Octal 115 161 52 40 0 77 70 132 56 36
Binary 1001101 1110001 101010 100000 0 111111 111000 1011010 101110 11110

Color Harmonies of #4D712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D712A

Black with #4D712A

Text Example


Text Example

White with #4D712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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