#485D4C

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

Shades of Mineral Green #485D4C

Tints of Mineral Green #485D4C

Color information

#485D4C (or 0x485D4C) is unknown color: approx Mineral Green. HEX triplet: 48, 5D and 4C. RGB value is (72,93,76). Sum of RGB (Red+Green+Blue) = 72+93+76=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 93 - color contains mainly: green. Hex color #485D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D4C is #B7A2B3. Grayscale: #545454. Windows color (decimal): -12034740 or 5004616. OLE color: 5004616.

HSL color Cylindrical-coordinate representation of color #485D4C: hue angle of 131.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485D4C is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB729376-
CMYK0.2300.180.64
HSL131.43º12.73%32.35%-
HSV(B)131.43º22.58%36.47%-
XYZ7.899.738.3-
YUV84.78123.04118.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 93 (36.72% from 255) = 38.59%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=29.88%
G=38.59%
B=31.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7293760.2300.180.64131.4312.7332.35
Hex485D4C170124083d20
Octal110135114270221002031540
Binary100100010111011001100101110100101000000100000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485D4C; }

 p { color: rgb(72,93,76); }

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

<style>
 a { background-color: #485D4C; }

 a { background-color: rgb(72,93,76); }

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

<style>
 span { border-color: #485D4C; }

 span { border-color: rgb(72,93,76); }

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