#4D6252

Color #4D6252 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #4D6252

Tints of Mineral Green #4D6252

Color information

#4D6252 (or 0x4D6252) is unknown color: approx Mineral Green. HEX triplet: 4D, 62 and 52. RGB value is (77,98,82). Sum of RGB (Red+Green+Blue) = 77+98+82=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6252 is #B29DAD. Grayscale: #595959. Windows color (decimal): -11705774 or 5399117. OLE color: 5399117.

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

Color convert

RGB779882-
CMYK0.2100.160.62
HSL134.29º12%34.31%-
HSV(B)134.29º21.43%38.43%-
XYZ8.9510.929.62-
YUV89.9123.54118.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.96%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=29.96%
G=38.13%
B=31.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7798820.2100.160.62134.291234.31
Hex4D6252150103E86c22
Octal11514212225020762061442
Binary10011011100010101001010101010000111110100001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D6252;
 }
 .AnyTagClassName
 {
   color: #4D6252;
 }
</style>
background-color css

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

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

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

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

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

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