#446050

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

Shades of Feldgrau #446050

Tints of Feldgrau #446050

Color information

#446050 (or 0x446050) is unknown color: approx Feldgrau. HEX triplet: 44, 60 and 50. RGB value is (68,96,80). Sum of RGB (Red+Green+Blue) = 68+96+80=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #446050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446050 is #BB9FAF. Grayscale: #555555. Windows color (decimal): -12296112 or 5267524. OLE color: 5267524.

HSL color Cylindrical-coordinate representation of color #446050: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446050 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB689680-
CMYK0.2900.170.62
HSL145.71º17.07%32.16%-
HSV(B)145.71º29.17%37.65%-
XYZ8.0110.179.13-
YUV85.8124.72115.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 80 (31.64% from 255) = 32.79%
R=27.87%
G=39.34%
B=32.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896800.2900.170.62145.7117.0732.16
Hex4460501D0113E921120
Octal10414012035021762222140
Binary100010011000001010000111010100011111101001001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446050; }

 p { color: rgb(68,96,80); }

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

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

 a { background-color: rgb(68,96,80); }

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

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

 span { border-color: rgb(68,96,80); }

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