#486E5E

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

Shades of Stromboli #486E5E

Tints of Stromboli #486E5E

Color information

#486E5E (or 0x486E5E) is unknown color: approx Stromboli. HEX triplet: 48, 6E and 5E. RGB value is (72,110,94). Sum of RGB (Red+Green+Blue) = 72+110+94=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 110 - color contains mainly: green. Hex color #486E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E5E is #B791A1. Grayscale: #606060. Windows color (decimal): -12030370 or 6188616. OLE color: 6188616.

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

Color convert

RGB7211094-
CMYK0.3500.150.57
HSL154.74º20.88%35.69%-
HSV(B)154.74º34.55%43.14%-
XYZ10.2713.3412.62-
YUV96.81126.41110.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=26.09%
G=39.86%
B=34.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110940.3500.150.57154.7420.8835.69
Hex486E5E230F399b1524
Octal11015613643017712332544
Binary100100011011101011110100011011111110011001101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,94); }

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

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

 a { background-color: rgb(72,110,94); }

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

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

 span { border-color: rgb(72,110,94); }

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