#486F5E

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

Shades of Stromboli #486F5E

Tints of Stromboli #486F5E

Color information

#486F5E (or 0x486F5E) is unknown color: approx Stromboli. HEX triplet: 48, 6F and 5E. RGB value is (72,111,94). Sum of RGB (Red+Green+Blue) = 72+111+94=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #486F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F5E is #B790A1. Grayscale: #616161. Windows color (decimal): -12030114 or 6188872. OLE color: 6188872.

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

Color convert

RGB7211194-
CMYK0.3500.150.56
HSL153.85º21.31%35.88%-
HSV(B)153.85º35.14%43.53%-
XYZ10.3813.5512.66-
YUV97.4126.08109.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=25.99%
G=40.07%
B=33.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111940.3500.150.56153.8521.3135.88
Hex486F5E230F389a1524
Octal11015713643017702322544
Binary100100011011111011110100011011111110001001101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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