#466352

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

Shades of Feldgrau #466352

Tints of Feldgrau #466352

Color information

#466352 (or 0x466352) is unknown color: approx Feldgrau. HEX triplet: 46, 63 and 52. RGB value is (70,99,82). Sum of RGB (Red+Green+Blue) = 70+99+82=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #466352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466352 is #B99CAD. Grayscale: #585858. Windows color (decimal): -12164270 or 5399366. OLE color: 5399366.

HSL color Cylindrical-coordinate representation of color #466352: hue angle of 144.83º 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 #466352 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB709982-
CMYK0.2900.170.61
HSL144.83º17.16%33.14%-
HSV(B)144.83º29.29%38.82%-
XYZ8.5110.839.63-
YUV88.39124.39114.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=27.89%
G=39.44%
B=32.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099820.2900.170.61144.8317.1633.14
Hex4663521D0113D911121
Octal10614312235021752212141
Binary100011011000111010010111010100011111011001000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466352; }

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

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

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

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

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

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

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

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