#446550

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

Shades of Feldgrau #446550

Tints of Feldgrau #446550

Color information

#446550 (or 0x446550) is unknown color: approx Feldgrau. HEX triplet: 44, 65 and 50. RGB value is (68,101,80). Sum of RGB (Red+Green+Blue) = 68+101+80=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #446550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446550 is #BB9AAF. Grayscale: #585858. Windows color (decimal): -12294832 or 5268804. OLE color: 5268804.

HSL color Cylindrical-coordinate representation of color #446550: hue angle of 141.82º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446550 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB6810180-
CMYK0.3300.210.60
HSL141.82º19.53%33.14%-
HSV(B)141.82º32.67%39.61%-
XYZ8.4911.129.29-
YUV88.74123.07113.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=27.31%
G=40.56%
B=32.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68101800.3300.210.60141.8219.5333.14
Hex446550210153C8e1421
Octal10414512041025742162441
Binary1000100110010110100001000010101011111001000111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446550; }

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

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

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

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

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

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

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

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