Html Css Color HEX #4F5B51 Mineral Green

📋 copy color: '#4F5B51'

red 79 ◦ green 91 ◦ blue 81

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

Shades of Mineral Green #4F5B51

Tints of Mineral Green #4F5B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.25%

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 31.47%
G = 36.25%
B = 32.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#4F5B51 (or 0x4F5B51) is known color: Mineral Green. HEX triplet: 4F, 5B and 51. RGB value is (79,91,81). Sum of RGB (Red+Green+Blue) = 79+91+81=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5B51 is #B0A4AE. Grayscale: #565656. Windows color (decimal): -11576495 or 5331791. OLE color: 5331791.

HSL color Cylindrical-coordinate representation of color #4F5B51: hue angle of 130º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F5B51 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 91 81 -
CMYK 0.13 0 0.11 0.64
HSL 130º 0.07% 0.33% -
HSV(B) 130º 0.13% 0.36% -
XYZ 8.45 9.74 9.22 -
YUV 86.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 79 91 81 0.13 0 0.11 0.64 130 0.07 0.33
Hex 4F 5B 51 D 0 B 40 82 7 21
Octal 117 133 121 15 0 13 100 202 7 41
Binary 1001111 1011011 1010001 1101 0 1011 1000000 10000010 111 100001

Color Harmonies of #4F5B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5B51

Black with #4F5B51

Text Example


Text Example

White with #4F5B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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