Html Css Color HEX #4D612B Green Leaf

📋 copy color: '#4D612B'

red 77 ◦ green 97 ◦ blue 43

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

Shades of Green Leaf #4D612B

Tints of Green Leaf #4D612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 35.48%
G = 44.7%
B = 19.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#4D612B (or 0x4D612B) is known color: Green Leaf. HEX triplet: 4D, 61 and 2B. RGB value is (77,97,43). Sum of RGB (Red+Green+Blue) = 77+97+43=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #4D612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D612B is #B29ED4. Grayscale: #555555. Windows color (decimal): -11706069 or 2842957. OLE color: 2842957.

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

Color convert

RGB 77 97 43 -
CMYK 0.21 0 0.56 0.62
HSL 82.22º 0.39% 0.27% -
HSV(B) 82.22º 0.56% 0.38% -
XYZ 7.77 10.3 3.86 -
YUV 84.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 77 97 43 0.21 0 0.56 0.62 82.22 0.39 0.27
Hex 4D 61 2B 15 0 38 3E 52 27 1B
Octal 115 141 53 25 0 70 76 122 47 33
Binary 1001101 1100001 101011 10101 0 111000 111110 1010010 100111 11011

Color Harmonies of #4D612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D612B

Black with #4D612B

Text Example


Text Example

White with #4D612B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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