#48624E

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

Shades of Mineral Green #48624E

Tints of Mineral Green #48624E

Color information

#48624E (or 0x48624E) is unknown color: approx Mineral Green. HEX triplet: 48, 62 and 4E. RGB value is (72,98,78). Sum of RGB (Red+Green+Blue) = 72+98+78=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #48624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48624E is #B79DB1. Grayscale: #585858. Windows color (decimal): -12033458 or 5136968. OLE color: 5136968.

HSL color Cylindrical-coordinate representation of color #48624E: hue angle of 133.85º 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 #48624E is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB729878-
CMYK0.2700.200.62
HSL133.85º15.29%33.33%-
HSV(B)133.85º26.53%38.43%-
XYZ8.4210.668.82-
YUV87.95122.39116.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=29.03%
G=39.52%
B=31.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298780.2700.200.62133.8515.2933.33
Hex48624E1B0143E86f21
Octal11014211633024762061741
Binary10010001100010100111011011010100111110100001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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