#485F4E

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

Shades of Mineral Green #485F4E

Tints of Mineral Green #485F4E

Color information

#485F4E (or 0x485F4E) is unknown color: approx Mineral Green. HEX triplet: 48, 5F and 4E. RGB value is (72,95,78). Sum of RGB (Red+Green+Blue) = 72+95+78=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #485F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F4E is #B7A0B1. Grayscale: #565656. Windows color (decimal): -12034226 or 5136200. OLE color: 5136200.

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

Color convert

RGB729578-
CMYK0.2400.180.63
HSL135.65º13.77%32.75%-
HSV(B)135.65º24.21%37.25%-
XYZ8.1410.118.73-
YUV86.18123.38117.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=29.39%
G=38.78%
B=31.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295780.2400.180.63135.6513.7732.75
Hex485F4E180123F88e21
Octal11013711630022772101641
Binary10010001011111100111011000010010111111100010001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,78); }

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

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

 a { background-color: rgb(72,95,78); }

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

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

 span { border-color: rgb(72,95,78); }

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