#4E6955

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

Shades of Mineral Green #4E6955

Tints of Mineral Green #4E6955

Color information

#4E6955 (or 0x4E6955) is unknown color: approx Mineral Green. HEX triplet: 4E, 69 and 55. RGB value is (78,105,85). Sum of RGB (Red+Green+Blue) = 78+105+85=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6955 is #B196AA. Grayscale: #5E5E5E. Windows color (decimal): -11638443 or 5597518. OLE color: 5597518.

HSL color Cylindrical-coordinate representation of color #4E6955: hue angle of 135.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6955 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB7810585-
CMYK0.2600.190.59
HSL135.56º14.75%35.88%-
HSV(B)135.56º25.71%41.18%-
XYZ9.8312.3810.47-
YUV94.65122.55116.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.10%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=29.10%
G=39.18%
B=31.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78105850.2600.190.59135.5614.7535.88
Hex4E69551A0133B88f24
Octal11615112532023732101744
Binary10011101101001101010111010010011111011100010001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,105,85); }

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

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

 a { background-color: rgb(78,105,85); }

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

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

 span { border-color: rgb(78,105,85); }

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