#48654F

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

Shades of Mineral Green #48654F

Tints of Mineral Green #48654F

Color information

#48654F (or 0x48654F) is unknown color: approx Mineral Green. HEX triplet: 48, 65 and 4F. RGB value is (72,101,79). Sum of RGB (Red+Green+Blue) = 72+101+79=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #48654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48654F is #B79AB0. Grayscale: #595959. Windows color (decimal): -12032689 or 5203272. OLE color: 5203272.

HSL color Cylindrical-coordinate representation of color #48654F: hue angle of 134.48º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48654F is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB7210179-
CMYK0.2900.220.60
HSL134.48º16.76%33.92%-
HSV(B)134.48º28.71%39.61%-
XYZ8.7411.259.11-
YUV89.82121.89115.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=28.57%
G=40.08%
B=31.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101790.2900.220.60134.4816.7633.92
Hex48654F1D0163C861122
Octal11014511735026742062142
Binary100100011001011001111111010101101111001000011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48654F; }

 p { color: rgb(72,101,79); }

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

<style>
 a { background-color: #48654F; }

 a { background-color: rgb(72,101,79); }

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

<style>
 span { border-color: #48654F; }

 span { border-color: rgb(72,101,79); }

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