#48614F

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

Shades of Mineral Green #48614F

Tints of Mineral Green #48614F

Color information

#48614F (or 0x48614F) is unknown color: approx Mineral Green. HEX triplet: 48, 61 and 4F. RGB value is (72,97,79). Sum of RGB (Red+Green+Blue) = 72+97+79=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #48614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48614F is #B79EB0. Grayscale: #575757. Windows color (decimal): -12033713 or 5202248. OLE color: 5202248.

HSL color Cylindrical-coordinate representation of color #48614F: hue angle of 136.8º 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 #48614F is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB729779-
CMYK0.2600.190.62
HSL136.8º14.79%33.14%-
HSV(B)136.8º25.77%38.04%-
XYZ8.3610.498.98-
YUV87.47123.22116.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=29.03%
G=39.11%
B=31.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297790.2600.190.62136.814.7933.14
Hex48614F1A0133E89f21
Octal11014111732023762111741
Binary10010001100001100111111010010011111110100010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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