#48634F

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

Shades of Mineral Green #48634F

Tints of Mineral Green #48634F

Color information

#48634F (or 0x48634F) is unknown color: approx Mineral Green. HEX triplet: 48, 63 and 4F. RGB value is (72,99,79). Sum of RGB (Red+Green+Blue) = 72+99+79=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #48634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48634F is #B79CB0. Grayscale: #585858. Windows color (decimal): -12033201 or 5202760. OLE color: 5202760.

HSL color Cylindrical-coordinate representation of color #48634F: hue angle of 135.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48634F is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB729979-
CMYK0.2700.200.61
HSL135.56º15.79%33.53%-
HSV(B)135.56º27.27%38.82%-
XYZ8.5510.879.04-
YUV88.65122.55116.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=28.8%
G=39.6%
B=31.6%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299790.2700.200.61135.5615.7933.53
Hex48634F1B0143D881022
Octal11014311733024752102042
Binary100100011000111001111110110101001111011000100010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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