#446E52

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

Shades of Como #446E52

Tints of Como #446E52

Color information

#446E52 (or 0x446E52) is unknown color: approx Como. HEX triplet: 44, 6E and 52. RGB value is (68,110,82). Sum of RGB (Red+Green+Blue) = 68+110+82=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #446E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446E52 is #BB91AD. Grayscale: #5E5E5E. Windows color (decimal): -12292526 or 5402180. OLE color: 5402180.

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

Color convert

RGB6811082-
CMYK0.3800.250.57
HSL140º23.6%34.9%-
HSV(B)140º38.18%43.14%-
XYZ9.4812.999.99-
YUV94.25121.09109.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=26.15%
G=42.31%
B=31.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68110820.3800.250.5714023.634.9
Hex446E5226019398c1823
Octal10415612246031712143043
Binary1000100110111010100101001100110011110011000110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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