#475E4C

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

Shades of Mineral Green #475E4C

Tints of Mineral Green #475E4C

Color information

#475E4C (or 0x475E4C) is unknown color: approx Mineral Green. HEX triplet: 47, 5E and 4C. RGB value is (71,94,76). Sum of RGB (Red+Green+Blue) = 71+94+76=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #475E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E4C is #B8A1B3. Grayscale: #555555. Windows color (decimal): -12100020 or 5004871. OLE color: 5004871.

HSL color Cylindrical-coordinate representation of color #475E4C: hue angle of 133.04º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475E4C is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB719476-
CMYK0.2400.190.63
HSL133.04º13.94%32.35%-
HSV(B)133.04º24.47%36.86%-
XYZ7.919.878.33-
YUV85.07122.88117.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=29.46%
G=39.00%
B=31.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194760.2400.190.63133.0413.9432.35
Hex475E4C180133F85e20
Octal10713611430023772051640
Binary10001111011110100110011000010011111111100001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475E4C; }

 p { color: rgb(71,94,76); }

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

<style>
 a { background-color: #475E4C; }

 a { background-color: rgb(71,94,76); }

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

<style>
 span { border-color: #475E4C; }

 span { border-color: rgb(71,94,76); }

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