#486D5F

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

Shades of Stromboli #486D5F

Tints of Stromboli #486D5F

Color information

#486D5F (or 0x486D5F) is unknown color: approx Stromboli. HEX triplet: 48, 6D and 5F. RGB value is (72,109,95). Sum of RGB (Red+Green+Blue) = 72+109+95=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #486D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D5F is #B792A0. Grayscale: #606060. Windows color (decimal): -12030625 or 6253896. OLE color: 6253896.

HSL color Cylindrical-coordinate representation of color #486D5F: hue angle of 157.3º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D5F is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB7210995-
CMYK0.3400.130.57
HSL157.3º20.44%35.49%-
HSV(B)157.3º33.94%42.75%-
XYZ10.2113.1412.83-
YUV96.34127.24110.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=26.09%
G=39.49%
B=34.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109950.3400.130.57157.320.4435.49
Hex486D5F220D399d1423
Octal11015513742015712352443
Binary100100011011011011111100010011011110011001110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,109,95); }

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

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

 a { background-color: rgb(72,109,95); }

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

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

 span { border-color: rgb(72,109,95); }

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