#48614C

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

Shades of Mineral Green #48614C

Tints of Mineral Green #48614C

Color information

#48614C (or 0x48614C) is unknown color: approx Mineral Green. HEX triplet: 48, 61 and 4C. RGB value is (72,97,76). Sum of RGB (Red+Green+Blue) = 72+97+76=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #48614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48614C is #B79EB3. Grayscale: #575757. Windows color (decimal): -12033716 or 5005640. OLE color: 5005640.

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

Color convert

RGB729776-
CMYK0.2600.220.62
HSL129.6º14.79%33.14%-
HSV(B)129.6º25.77%38.04%-
XYZ8.2510.458.42-
YUV87.13121.72117.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=29.39%
G=39.59%
B=31.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297760.2600.220.62129.614.7933.14
Hex48614C1A0163E82f21
Octal11014111432026762021741
Binary10010001100001100110011010010110111110100000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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