#486B53

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

Shades of Mineral Green #486B53

Tints of Mineral Green #486B53

Color information

#486B53 (or 0x486B53) is unknown color: approx Mineral Green. HEX triplet: 48, 6B and 53. RGB value is (72,107,83). Sum of RGB (Red+Green+Blue) = 72+107+83=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #486B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B53 is #B794AC. Grayscale: #5D5D5D. Windows color (decimal): -12031149 or 5466952. OLE color: 5466952.

HSL color Cylindrical-coordinate representation of color #486B53: hue angle of 138.86º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486B53 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB7210783-
CMYK0.3300.220.58
HSL138.86º19.55%35.1%-
HSV(B)138.86º32.71%41.96%-
XYZ9.4912.5210.1-
YUV93.8121.9112.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=27.48%
G=40.84%
B=31.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107830.3300.220.58138.8619.5535.1
Hex486B53210163A8b1423
Octal11015312341026722132443
Binary1001000110101110100111000010101101110101000101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486B53; }

 p { color: rgb(72,107,83); }

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

<style>
 a { background-color: #486B53; }

 a { background-color: rgb(72,107,83); }

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

<style>
 span { border-color: #486B53; }

 span { border-color: rgb(72,107,83); }

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