#48604E

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

Shades of Mineral Green #48604E

Tints of Mineral Green #48604E

Color information

#48604E (or 0x48604E) is unknown color: approx Mineral Green. HEX triplet: 48, 60 and 4E. RGB value is (72,96,78). Sum of RGB (Red+Green+Blue) = 72+96+78=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #48604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48604E is #B79FB1. Grayscale: #565656. Windows color (decimal): -12033970 or 5136456. OLE color: 5136456.

HSL color Cylindrical-coordinate representation of color #48604E: hue angle of 135º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48604E is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB729678-
CMYK0.2500.190.62
HSL135º14.29%32.94%-
HSV(B)135º25%37.65%-
XYZ8.2310.298.76-
YUV86.77123.05117.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=29.27%
G=39.02%
B=31.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296780.2500.190.6213514.2932.94
Hex48604E190133E87e21
Octal11014011631023762071641
Binary10010001100000100111011001010011111110100001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48604E; }

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

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

<style>
 a { background-color: #48604E; }

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

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

<style>
 span { border-color: #48604E; }

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

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