#446a5a

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

Shades of Stromboli #446A5A

Tints of Stromboli #446A5A

Color information

#446A5A (or 0x446A5A) is unknown color: approx Stromboli. HEX triplet: 44, 6A and 5A. RGB value is (68,106,90). Sum of RGB (Red+Green+Blue) = 68+106+90=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #446A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A5A is #BB95A5. Grayscale: #5C5C5C. Windows color (decimal): -12293542 or 5925444. OLE color: 5925444.

HSL color Cylindrical-coordinate representation of color #446A5A: hue angle of 154.74º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446A5A is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB6810690-
CMYK0.3600.150.58
HSL154.74º21.84%34.12%-
HSV(B)154.74º35.85%41.57%-
XYZ9.3812.2811.55-
YUV92.81126.41110.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=25.76%
G=40.15%
B=34.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68106900.3600.150.58154.7421.8434.12
Hex446A5A240F3A9b1622
Octal10415213244017722332642
Binary100010011010101011010100100011111110101001101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,106,90); }

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

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

 a { background-color: rgb(68,106,90); }

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

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

 span { border-color: rgb(68,106,90); }

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