#446E56

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

Shades of Como #446E56

Tints of Como #446E56

Color information

#446E56 (or 0x446E56) is unknown color: approx Como. HEX triplet: 44, 6E and 56. RGB value is (68,110,86). Sum of RGB (Red+Green+Blue) = 68+110+86=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 110 - color contains mainly: green. Hex color #446E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446E56 is #BB91A9. Grayscale: #5E5E5E. Windows color (decimal): -12292522 or 5664324. OLE color: 5664324.

HSL color Cylindrical-coordinate representation of color #446E56: hue angle of 145.71º degrees, saturation: 0.24, 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 #446E56 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB6811086-
CMYK0.3800.220.57
HSL145.71º23.6%34.9%-
HSV(B)145.71º38.18%43.14%-
XYZ9.6413.0510.82-
YUV94.71123.09108.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 110 (43.36% from 255) = 41.67%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=25.76%
G=41.67%
B=32.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68110860.3800.220.57145.7123.634.9
Hex446E562601639921823
Octal10415612646026712223043
Binary1000100110111010101101001100101101110011001001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,110,86); }

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

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

 a { background-color: rgb(68,110,86); }

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

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

 span { border-color: rgb(68,110,86); }

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