#446960

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

Shades of Stromboli #446960

Tints of Stromboli #446960

Color information

#446960 (or 0x446960) is unknown color: approx Stromboli. HEX triplet: 44, 69 and 60. RGB value is (68,105,96). Sum of RGB (Red+Green+Blue) = 68+105+96=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #446960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446960 is #BB969F. Grayscale: #5C5C5C. Windows color (decimal): -12293792 or 6318404. OLE color: 6318404.

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

Color convert

RGB6810596-
CMYK0.3500.090.59
HSL165.41º21.39%33.92%-
HSV(B)165.41º35.24%41.18%-
XYZ9.5512.1812.91-
YUV92.91129.74110.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=25.28%
G=39.03%
B=35.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68105960.3500.090.59165.4121.3933.92
Hex44696023093Ba51522
Octal10415114043011732452542
Binary100010011010011100000100011010011110111010010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446960; }

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

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

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

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

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

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

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

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