#486960

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

Shades of Stromboli #486960

Tints of Stromboli #486960

Color information

#486960 (or 0x486960) is unknown color: approx Stromboli. HEX triplet: 48, 69 and 60. RGB value is (72,105,96). Sum of RGB (Red+Green+Blue) = 72+105+96=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #486960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486960 is #B7969F. Grayscale: #5E5E5E. Windows color (decimal): -12031648 or 6318408. OLE color: 6318408.

HSL color Cylindrical-coordinate representation of color #486960: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486960 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB7210596-
CMYK0.3100.090.59
HSL163.64º18.64%34.71%-
HSV(B)163.64º31.43%41.18%-
XYZ9.8412.3312.93-
YUV94.11129.07112.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=26.37%
G=38.46%
B=35.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105960.3100.090.59163.6418.6434.71
Hex4869601F093Ba41323
Octal11015114037011732442343
Binary10010001101001110000011111010011110111010010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486960; }

 p { color: rgb(72,105,96); }

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

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

 a { background-color: rgb(72,105,96); }

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

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

 span { border-color: rgb(72,105,96); }

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