#48624C

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

Shades of Mineral Green #48624C

Tints of Mineral Green #48624C

Color information

#48624C (or 0x48624C) is unknown color: approx Mineral Green. HEX triplet: 48, 62 and 4C. RGB value is (72,98,76). Sum of RGB (Red+Green+Blue) = 72+98+76=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #48624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48624C is #B79DB3. Grayscale: #575757. Windows color (decimal): -12033460 or 5005896. OLE color: 5005896.

HSL color Cylindrical-coordinate representation of color #48624C: hue angle of 129.23º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48624C is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB729876-
CMYK0.2700.220.62
HSL129.23º15.29%33.33%-
HSV(B)129.23º26.53%38.43%-
XYZ8.3410.638.45-
YUV87.72121.39116.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=29.27%
G=39.84%
B=30.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298760.2700.220.62129.2315.2933.33
Hex48624C1B0163E81f21
Octal11014211433026762011741
Binary10010001100010100110011011010110111110100000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48624C; }

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

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

<style>
 a { background-color: #48624C; }

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

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

<style>
 span { border-color: #48624C; }

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

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