#446155

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

Shades of Stromboli #446155

Tints of Stromboli #446155

Color information

#446155 (or 0x446155) is unknown color: approx Stromboli. HEX triplet: 44, 61 and 55. RGB value is (68,97,85). Sum of RGB (Red+Green+Blue) = 68+97+85=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #446155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446155 is #BB9EAA. Grayscale: #565656. Windows color (decimal): -12295851 or 5595460. OLE color: 5595460.

HSL color Cylindrical-coordinate representation of color #446155: hue angle of 155.17º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #446155 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB689785-
CMYK0.3000.120.62
HSL155.17º17.58%32.35%-
HSV(B)155.17º29.9%38.04%-
XYZ8.310.4310.17-
YUV86.96126.89114.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 85 (33.59% from 255) = 34%
R=27.2%
G=38.8%
B=34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897850.3000.120.62155.1717.5832.35
Hex4461551E0C3E9b1220
Octal10414112536014762332240
Binary10001001100001101010111110011001111101001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446155; }

 p { color: rgb(68,97,85); }

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

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

 a { background-color: rgb(68,97,85); }

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

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

 span { border-color: rgb(68,97,85); }

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