#446150

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

Shades of Feldgrau #446150

Tints of Feldgrau #446150

Color information

#446150 (or 0x446150) is unknown color: approx Feldgrau. HEX triplet: 44, 61 and 50. RGB value is (68,97,80). Sum of RGB (Red+Green+Blue) = 68+97+80=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #446150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446150 is #BB9EAF. Grayscale: #565656. Windows color (decimal): -12295856 or 5267780. OLE color: 5267780.

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

Color convert

RGB689780-
CMYK0.3000.180.62
HSL144.83º17.58%32.35%-
HSV(B)144.83º29.9%38.04%-
XYZ8.1110.369.16-
YUV86.39124.39114.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=27.76%
G=39.59%
B=32.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897800.3000.180.62144.8317.5832.35
Hex4461501E0123E911220
Octal10414112036022762212240
Binary100010011000011010000111100100101111101001000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446150; }

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

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

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

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

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

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

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

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