Html Css Color HEX #4D6A52 Mineral Green

📋 copy color: '#4D6A52'

red 77 ◦ green 106 ◦ blue 82

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

Shades of Mineral Green #4D6A52

Tints of Mineral Green #4D6A52

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 29.06%
G = 40%
B = 30.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#4D6A52 (or 0x4D6A52) is known color: Mineral Green. HEX triplet: 4D, 6A and 52. RGB value is (77,106,82). Sum of RGB (Red+Green+Blue) = 77+106+82=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6A52 is #B295AD. Grayscale: #5E5E5E. Windows color (decimal): -11703726 or 5401165. OLE color: 5401165.

HSL color Cylindrical-coordinate representation of color #4D6A52: hue angle of 130.34º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6A52 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 106 82 -
CMYK 0.27 0 0.23 0.58
HSL 130.34º 0.16% 0.36% -
HSV(B) 130.34º 0.27% 0.42% -
XYZ 9.74 12.5 9.88 -
YUV 94.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 77 106 82 0.27 0 0.23 0.58 130.34 0.16 0.36
Hex 4D 6A 52 1B 0 17 3A 82 10 24
Octal 115 152 122 33 0 27 72 202 20 44
Binary 1001101 1101010 1010010 11011 0 10111 111010 10000010 10000 100100

Color Harmonies of #4D6A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6A52

Black with #4D6A52

Text Example


Text Example

White with #4D6A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,106,82); }

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

background-color css

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

 a { background-color: rgb(77,106,82); }

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

border-color css

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

 span { border-color: rgb(77,106,82); }

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