#446850

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

Shades of Feldgrau #446850

Tints of Feldgrau #446850

Color information

#446850 (or 0x446850) is unknown color: approx Feldgrau. HEX triplet: 44, 68 and 50. RGB value is (68,104,80). Sum of RGB (Red+Green+Blue) = 68+104+80=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #446850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446850 is #BB97AF. Grayscale: #5A5A5A. Windows color (decimal): -12294064 or 5269572. OLE color: 5269572.

HSL color Cylindrical-coordinate representation of color #446850: hue angle of 140º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #446850 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB6810480-
CMYK0.3500.230.59
HSL140º20.93%33.73%-
HSV(B)140º34.62%40.78%-
XYZ8.7811.719.39-
YUV90.5122.07111.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=26.98%
G=41.27%
B=31.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68104800.3500.230.5914020.9333.73
Hex446850230173B8c1522
Octal10415012043027732142542
Binary1000100110100010100001000110101111110111000110010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446850; }

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

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

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

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

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

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

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

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