#4F6052

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

Shades of Mineral Green #4F6052

Tints of Mineral Green #4F6052

Color information

#4F6052 (or 0x4F6052) is unknown color: approx Mineral Green. HEX triplet: 4F, 60 and 52. RGB value is (79,96,82). Sum of RGB (Red+Green+Blue) = 79+96+82=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6052 is #B09FAD. Grayscale: #595959. Windows color (decimal): -11575214 or 5398607. OLE color: 5398607.

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

Color convert

RGB799682-
CMYK0.1800.150.62
HSL130.59º9.71%34.31%-
HSV(B)130.59º17.71%37.65%-
XYZ8.9310.649.57-
YUV89.32123.87120.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=30.74%
G=37.35%
B=31.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996820.1800.150.62130.599.7134.31
Hex4F6052120F3E83a22
Octal11714012222017762031242
Binary1001111110000010100101001001111111110100000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,82); }

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

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

 a { background-color: rgb(79,96,82); }

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

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

 span { border-color: rgb(79,96,82); }

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