#446650

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

Shades of Feldgrau #446650

Tints of Feldgrau #446650

Color information

#446650 (or 0x446650) is unknown color: approx Feldgrau. HEX triplet: 44, 66 and 50. RGB value is (68,102,80). Sum of RGB (Red+Green+Blue) = 68+102+80=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #446650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446650 is #BB99AF. Grayscale: #595959. Windows color (decimal): -12294576 or 5269060. OLE color: 5269060.

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

Color convert

RGB6810280-
CMYK0.3300.220.6
HSL141.18º20%33.33%-
HSV(B)141.18º33.33%40%-
XYZ8.5811.319.32-
YUV89.33122.74112.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 80 (31.64% from 255) = 32%
R=27.2%
G=40.8%
B=32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102800.3300.220.6141.182033.33
Hex446650210163C8d1421
Octal10414612041026742152441
Binary1000100110011010100001000010101101111001000110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446650; }

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

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

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

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

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

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

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

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