#486359

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

Shades of Stromboli #486359

Tints of Stromboli #486359

Color information

#486359 (or 0x486359) is unknown color: approx Stromboli. HEX triplet: 48, 63 and 59. RGB value is (72,99,89). Sum of RGB (Red+Green+Blue) = 72+99+89=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #486359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486359 is #B79CA6. Grayscale: #595959. Windows color (decimal): -12033191 or 5858120. OLE color: 5858120.

HSL color Cylindrical-coordinate representation of color #486359: hue angle of 157.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486359 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB729989-
CMYK0.2700.100.61
HSL157.78º15.79%33.53%-
HSV(B)157.78º27.27%38.82%-
XYZ8.9411.0211.11-
YUV89.79127.55115.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=27.69%
G=38.08%
B=34.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299890.2700.100.61157.7815.7933.53
Hex4863591B0A3D9e1022
Octal11014313133012752362042
Binary10010001100011101100111011010101111011001111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486359; }

 p { color: rgb(72,99,89); }

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

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

 a { background-color: rgb(72,99,89); }

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

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

 span { border-color: rgb(72,99,89); }

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