Html Css Color HEX #4E5F53 Mineral Green

📋 copy color: '#4E5F53'

red 78 ◦ green 95 ◦ blue 83

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

Shades of Mineral Green #4E5F53

Tints of Mineral Green #4E5F53

RGB

 RED value IS 78 (30.86% from 255) = 30.47%

 GREEN value IS 95 (37.5% from 255) = 37.11%

 BLUE value IS 83 (32.81% from 255) = 32.42%

R = 30.47%
G = 37.11%
B = 32.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#4E5F53 (or 0x4E5F53) is known color: Mineral Green. HEX triplet: 4E, 5F and 53. RGB value is (78,95,83). Sum of RGB (Red+Green+Blue) = 78+95+83=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #4E5F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5F53 is #B1A0AC. Grayscale: #585858. Windows color (decimal): -11641005 or 5463886. OLE color: 5463886.

HSL color Cylindrical-coordinate representation of color #4E5F53: hue angle of 137.65º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E5F53 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 78 95 83 -
CMYK 0.18 0 0.13 0.63
HSL 137.65º 0.1% 0.34% -
HSV(B) 137.65º 0.18% 0.37% -
XYZ 8.8 10.43 9.73 -
YUV 88.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 78 95 83 0.18 0 0.13 0.63 137.65 0.1 0.34
Hex 4E 5F 53 12 0 D 3F 8A A 22
Octal 116 137 123 22 0 15 77 212 12 42
Binary 1001110 1011111 1010011 10010 0 1101 111111 10001010 1010 100010

Color Harmonies of #4E5F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5F53

Black with #4E5F53

Text Example


Text Example

White with #4E5F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,95,83); }

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

background-color css

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

 a { background-color: rgb(78,95,83); }

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

border-color css

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

 span { border-color: rgb(78,95,83); }

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