Html Css Color HEX #4F6A56 Mineral Green

📋 copy color: '#4F6A56'

red 79 ◦ green 106 ◦ blue 86

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

Shades of Mineral Green #4F6A56

Tints of Mineral Green #4F6A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.73%

R = 29.15%
G = 39.11%
B = 31.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#4F6A56 (or 0x4F6A56) is known color: Mineral Green. HEX triplet: 4F, 6A and 56. RGB value is (79,106,86). Sum of RGB (Red+Green+Blue) = 79+106+86=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A56 is #B095A9. Grayscale: #5F5F5F. Windows color (decimal): -11572650 or 5663311. OLE color: 5663311.

HSL color Cylindrical-coordinate representation of color #4F6A56: hue angle of 135.56º 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 #4F6A56 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 106 86 -
CMYK 0.25 0 0.19 0.58
HSL 135.56º 0.15% 0.36% -
HSV(B) 135.56º 0.25% 0.42% -
XYZ 10.06 12.64 10.71 -
YUV 95.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 79 106 86 0.25 0 0.19 0.58 135.56 0.15 0.36
Hex 4F 6A 56 19 0 13 3A 88 F 24
Octal 117 152 126 31 0 23 72 210 17 44
Binary 1001111 1101010 1010110 11001 0 10011 111010 10001000 1111 100100

Color Harmonies of #4F6A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6A56

Black with #4F6A56

Text Example


Text Example

White with #4F6A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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