#4F5851

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

Shades of Mineral Green #4F5851

Tints of Mineral Green #4F5851

Color information

#4F5851 (or 0x4F5851) is unknown color: approx Mineral Green. HEX triplet: 4F, 58 and 51. RGB value is (79,88,81). Sum of RGB (Red+Green+Blue) = 79+88+81=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5851 is #B0A7AE. Grayscale: #545454. Windows color (decimal): -11577263 or 5331023. OLE color: 5331023.

HSL color Cylindrical-coordinate representation of color #4F5851: hue angle of 133.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F5851 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB798881-
CMYK0.1000.080.65
HSL133.33º5.39%32.75%-
HSV(B)133.33º10.23%34.51%-
XYZ8.29.249.14-
YUV84.51126.02124.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=31.85%
G=35.48%
B=32.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7988810.1000.080.65133.335.3932.75
Hex4F5851A084185521
Octal11713012112010101205541
Binary100111110110001010001101001000100000110000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,88,81); }

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

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

 a { background-color: rgb(79,88,81); }

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

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

 span { border-color: rgb(79,88,81); }

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