#446F5D

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

Shades of Stromboli #446F5D

Tints of Stromboli #446F5D

Color information

#446F5D (or 0x446F5D) is unknown color: approx Stromboli. HEX triplet: 44, 6F and 5D. RGB value is (68,111,93). Sum of RGB (Red+Green+Blue) = 68+111+93=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #446F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F5D is #BB90A2. Grayscale: #606060. Windows color (decimal): -12292259 or 6123332. OLE color: 6123332.

HSL color Cylindrical-coordinate representation of color #446F5D: hue angle of 154.88º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446F5D is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB6811193-
CMYK0.3900.160.56
HSL154.88º24.02%35.1%-
HSV(B)154.88º38.74%43.53%-
XYZ10.0413.3912.41-
YUV96.09126.25107.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 111 (43.75% from 255) = 40.81%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=25%
G=40.81%
B=34.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68111930.3900.160.56154.8824.0235.1
Hex446F5D27010389b1823
Octal10415713547020702333043
Binary1000100110111110111011001110100001110001001101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446F5D; }

 p { color: rgb(68,111,93); }

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

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

 a { background-color: rgb(68,111,93); }

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

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

 span { border-color: rgb(68,111,93); }

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