#4F6053

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

Shades of Mineral Green #4F6053

Tints of Mineral Green #4F6053

Color information

#4F6053 (or 0x4F6053) is unknown color: approx Mineral Green. HEX triplet: 4F, 60 and 53. RGB value is (79,96,83). Sum of RGB (Red+Green+Blue) = 79+96+83=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6053 is #B09FAC. Grayscale: #595959. Windows color (decimal): -11575213 or 5464143. OLE color: 5464143.

HSL color Cylindrical-coordinate representation of color #4F6053: hue angle of 134.12º 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 #4F6053 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB799683-
CMYK0.1800.140.62
HSL134.12º9.71%34.31%-
HSV(B)134.12º17.71%37.65%-
XYZ8.9710.659.77-
YUV89.44124.37120.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.62%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 83 (32.81% from 255) = 32.17%
R=30.62%
G=37.21%
B=32.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996830.1800.140.62134.129.7134.31
Hex4F6053120E3E86a22
Octal11714012322016762061242
Binary1001111110000010100111001001110111110100001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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