#446355

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

Shades of Stromboli #446355

Tints of Stromboli #446355

Color information

#446355 (or 0x446355) is unknown color: approx Stromboli. HEX triplet: 44, 63 and 55. RGB value is (68,99,85). Sum of RGB (Red+Green+Blue) = 68+99+85=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #446355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446355 is #BB9CAA. Grayscale: #585858. Windows color (decimal): -12295339 or 5595972. OLE color: 5595972.

HSL color Cylindrical-coordinate representation of color #446355: hue angle of 152.9º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #446355 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB689985-
CMYK0.3100.140.61
HSL152.9º18.56%32.75%-
HSV(B)152.9º31.31%38.82%-
XYZ8.4910.8110.23-
YUV88.14126.23113.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=26.98%
G=39.29%
B=33.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899850.3100.140.61152.918.5632.75
Hex4463551F0E3D991321
Octal10414312537016752312341
Binary10001001100011101010111111011101111011001100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446355; }

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

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

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

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

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

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

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

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