#467160

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

Shades of Stromboli #467160

Tints of Stromboli #467160

Color information

#467160 (or 0x467160) is unknown color: approx Stromboli. HEX triplet: 46, 71 and 60. RGB value is (70,113,96). Sum of RGB (Red+Green+Blue) = 70+113+96=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #467160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467160 is #B98E9F. Grayscale: #626262. Windows color (decimal): -12160672 or 6320454. OLE color: 6320454.

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

Color convert

RGB7011396-
CMYK0.3800.150.56
HSL156.28º23.5%35.88%-
HSV(B)156.28º38.05%44.31%-
XYZ10.5413.9613.2-
YUV98.2126.75107.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=25.09%
G=40.50%
B=34.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113960.3800.150.56156.2823.535.88
Hex467160260F389c1724
Octal10616114046017702342744
Binary100011011100011100000100110011111110001001110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467160; }

 p { color: rgb(70,113,96); }

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

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

 a { background-color: rgb(70,113,96); }

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

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

 span { border-color: rgb(70,113,96); }

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