#446D5E

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

Shades of Stromboli #446D5E

Tints of Stromboli #446D5E

Color information

#446D5E (or 0x446D5E) is unknown color: approx Stromboli. HEX triplet: 44, 6D and 5E. RGB value is (68,109,94). Sum of RGB (Red+Green+Blue) = 68+109+94=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #446D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D5E is #BB92A1. Grayscale: #5F5F5F. Windows color (decimal): -12292770 or 6188356. OLE color: 6188356.

HSL color Cylindrical-coordinate representation of color #446D5E: hue angle of 158.05º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #446D5E is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB6810994-
CMYK0.3800.140.57
HSL158.05º23.16%34.71%-
HSV(B)158.05º37.61%42.75%-
XYZ9.8712.9712.57-
YUV95.03127.42108.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=25.09%
G=40.22%
B=34.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68109940.3800.140.57158.0523.1634.71
Hex446D5E260E399e1723
Octal10415513646016712362743
Binary100010011011011011110100110011101110011001111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,109,94); }

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

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

 a { background-color: rgb(68,109,94); }

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

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

 span { border-color: rgb(68,109,94); }

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