#48674E

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

Shades of Mineral Green #48674E

Tints of Mineral Green #48674E

Color information

#48674E (or 0x48674E) is unknown color: approx Mineral Green. HEX triplet: 48, 67 and 4E. RGB value is (72,103,78). Sum of RGB (Red+Green+Blue) = 72+103+78=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #48674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48674E is #B798B1. Grayscale: #5A5A5A. Windows color (decimal): -12032178 or 5138248. OLE color: 5138248.

HSL color Cylindrical-coordinate representation of color #48674E: hue angle of 131.61º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48674E is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB7210378-
CMYK0.3000.240.60
HSL131.61º17.71%34.31%-
HSV(B)131.61º30.1%40.39%-
XYZ8.911.638.98-
YUV90.88120.73114.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 103 (40.62% from 255) = 40.71%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=28.46%
G=40.71%
B=30.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103780.3000.240.60131.6117.7134.31
Hex48674E1E0183C841222
Octal11014711636030742042242
Binary100100011001111001110111100110001111001000010010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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