#466D60

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

Shades of Stromboli #466D60

Tints of Stromboli #466D60

Color information

#466D60 (or 0x466D60) is unknown color: approx Stromboli. HEX triplet: 46, 6D and 60. RGB value is (70,109,96). Sum of RGB (Red+Green+Blue) = 70+109+96=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #466D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D60 is #B9929F. Grayscale: #5F5F5F. Windows color (decimal): -12161696 or 6319430. OLE color: 6319430.

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

Color convert

RGB7010996-
CMYK0.3600.120.57
HSL160º21.79%35.1%-
HSV(B)160º35.78%42.75%-
XYZ10.1113.0813.06-
YUV95.86128.08109.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 109 (42.97% from 255) = 39.64%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=25.45%
G=39.64%
B=34.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70109960.3600.120.5716021.7935.1
Hex466D60240C39a01623
Octal10615514044014712402643
Binary100011011011011100000100100011001110011010000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466D60; }

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

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

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

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

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

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

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

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