#5C625E

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

Shades of Mineral Green #5C625E

Tints of Mineral Green #5C625E

Color information

#5C625E (or 0x5C625E) is unknown color: approx Mineral Green. HEX triplet: 5C, 62 and 5E. RGB value is (92,98,94). Sum of RGB (Red+Green+Blue) = 92+98+94=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 98 - color contains mainly: green. Hex color #5C625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C625E is #A39DA1. Grayscale: #5F5F5F. Windows color (decimal): -10722722 or 6185564. OLE color: 6185564.

HSL color Cylindrical-coordinate representation of color #5C625E: hue angle of 140º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5C625E is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB929894-
CMYK0.0600.040.62
HSL140º3.16%37.25%-
HSV(B)140º6.12%38.43%-
XYZ10.811.8212.3-
YUV95.75127.01125.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.39%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=32.39%
G=34.51%
B=33.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9298940.0600.040.621403.1637.25
Hex5C625E6043E8c325
Octal13414213660476214345
Binary10111001100010101111011001001111101000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C625E; }

 p { color: rgb(92,98,94); }

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

<style>
 a { background-color: #5C625E; }

 a { background-color: rgb(92,98,94); }

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

<style>
 span { border-color: #5C625E; }

 span { border-color: rgb(92,98,94); }

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