#466353

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

Shades of Feldgrau #466353

Tints of Feldgrau #466353

Color information

#466353 (or 0x466353) is unknown color: approx Feldgrau. HEX triplet: 46, 63 and 53. RGB value is (70,99,83). Sum of RGB (Red+Green+Blue) = 70+99+83=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #466353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466353 is #B99CAC. Grayscale: #585858. Windows color (decimal): -12164269 or 5464902. OLE color: 5464902.

HSL color Cylindrical-coordinate representation of color #466353: hue angle of 146.9º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466353 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB709983-
CMYK0.2900.160.61
HSL146.9º17.16%33.14%-
HSV(B)146.9º29.29%38.82%-
XYZ8.5510.859.83-
YUV88.51124.89114.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=27.78%
G=39.29%
B=32.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099830.2900.160.61146.917.1633.14
Hex4663531D0103D931121
Octal10614312335020752232141
Binary100011011000111010011111010100001111011001001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466353; }

 p { color: rgb(70,99,83); }

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

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

 a { background-color: rgb(70,99,83); }

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

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

 span { border-color: rgb(70,99,83); }

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