#446F53

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

Shades of Como #446F53

Tints of Como #446F53

Color information

#446F53 (or 0x446F53) is unknown color: approx Como. HEX triplet: 44, 6F and 53. RGB value is (68,111,83). Sum of RGB (Red+Green+Blue) = 68+111+83=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #446F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F53 is #BB90AC. Grayscale: #5F5F5F. Windows color (decimal): -12292269 or 5467972. OLE color: 5467972.

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

Color convert

RGB6811183-
CMYK0.3900.250.56
HSL140.93º24.02%35.1%-
HSV(B)140.93º38.74%43.53%-
XYZ9.6313.2210.23-
YUV94.95121.25108.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.95%
GREEN value IS 111 (43.75% from 255) = 42.37%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=25.95%
G=42.37%
B=31.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68111830.3900.250.56140.9324.0235.1
Hex446F5327019388d1823
Octal10415712347031702153043
Binary1000100110111110100111001110110011110001000110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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