#4F7057

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

Shades of Mineral Green #4F7057

Tints of Mineral Green #4F7057

Color information

#4F7057 (or 0x4F7057) is unknown color: approx Mineral Green. HEX triplet: 4F, 70 and 57. RGB value is (79,112,87). Sum of RGB (Red+Green+Blue) = 79+112+87=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7057 is #B08FA8. Grayscale: #636363. Windows color (decimal): -11571113 or 5730383. OLE color: 5730383.

HSL color Cylindrical-coordinate representation of color #4F7057: hue angle of 134.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F7057 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB7911287-
CMYK0.2900.220.56
HSL134.55º17.28%37.45%-
HSV(B)134.55º29.46%43.92%-
XYZ10.7413.9411.14-
YUV99.28121.07113.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.42%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=28.42%
G=40.29%
B=31.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112870.2900.220.56134.5517.2837.45
Hex4F70571D01638871125
Octal11716012735026702072145
Binary100111111100001010111111010101101110001000011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,112,87); }

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

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

 a { background-color: rgb(79,112,87); }

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

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

 span { border-color: rgb(79,112,87); }

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