#47604C

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

Shades of Mineral Green #47604C

Tints of Mineral Green #47604C

Color information

#47604C (or 0x47604C) is unknown color: approx Mineral Green. HEX triplet: 47, 60 and 4C. RGB value is (71,96,76). Sum of RGB (Red+Green+Blue) = 71+96+76=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #47604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47604C is #B89FB3. Grayscale: #565656. Windows color (decimal): -12099508 or 5005383. OLE color: 5005383.

HSL color Cylindrical-coordinate representation of color #47604C: hue angle of 132º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47604C is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB719676-
CMYK0.2600.210.62
HSL132º14.97%32.75%-
HSV(B)132º26.04%37.65%-
XYZ8.0910.238.39-
YUV86.24122.22117.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=29.22%
G=39.51%
B=31.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196760.2600.210.6213214.9732.75
Hex47604C1A0153E84f21
Octal10714011432025762041741
Binary10001111100000100110011010010101111110100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47604C; }

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

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

<style>
 a { background-color: #47604C; }

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

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

<style>
 span { border-color: #47604C; }

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

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