#446851

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

Shades of Feldgrau #446851

Tints of Feldgrau #446851

Color information

#446851 (or 0x446851) is unknown color: approx Feldgrau. HEX triplet: 44, 68 and 51. RGB value is (68,104,81). Sum of RGB (Red+Green+Blue) = 68+104+81=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #446851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446851 is #BB97AE. Grayscale: #5A5A5A. Windows color (decimal): -12294063 or 5335108. OLE color: 5335108.

HSL color Cylindrical-coordinate representation of color #446851: hue angle of 141.67º 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 #446851 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB6810481-
CMYK0.3500.220.59
HSL141.67º20.93%33.73%-
HSV(B)141.67º34.62%40.78%-
XYZ8.8211.729.58-
YUV90.61122.57111.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=26.88%
G=41.11%
B=32.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68104810.3500.220.59141.6720.9333.73
Hex446851230163B8e1522
Octal10415012143026732162542
Binary1000100110100010100011000110101101110111000111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446851; }

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

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

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

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

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

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

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

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