Html Css Color HEX #4F6A58 Mineral Green

📋 copy color: '#4F6A58'

red 79 ◦ green 106 ◦ blue 88

#4F6A58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #4F6A58

Tints of Mineral Green #4F6A58

RGB

 RED value IS 79 (31.25% from 255) = 28.94%

 GREEN value IS 106 (41.8% from 255) = 38.83%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 28.94%
G = 38.83%
B = 32.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#4F6A58 (or 0x4F6A58) is known color: Mineral Green. HEX triplet: 4F, 6A and 58. RGB value is (79,106,88). Sum of RGB (Red+Green+Blue) = 79+106+88=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A58 is #B095A7. Grayscale: #5F5F5F. Windows color (decimal): -11572648 or 5794383. OLE color: 5794383.

HSL color Cylindrical-coordinate representation of color #4F6A58: hue angle of 140º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F6A58 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 106 88 -
CMYK 0.25 0 0.17 0.58
HSL 140º 0.15% 0.36% -
HSV(B) 140º 0.25% 0.42% -
XYZ 10.14 12.67 11.14 -
YUV 95.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 79 106 88 0.25 0 0.17 0.58 140 0.15 0.36
Hex 4F 6A 58 19 0 11 3A 8C F 24
Octal 117 152 130 31 0 21 72 214 17 44
Binary 1001111 1101010 1011000 11001 0 10001 111010 10001100 1111 100100

Color Harmonies of #4F6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6A58

Black with #4F6A58

Text Example


Text Example

White with #4F6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F6A58;
 }
 .AnyTagClassName
 {
   color: #4F6A58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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