#45534A

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

Shades of Feldgrau #45534A

Tints of Feldgrau #45534A

Color information

#45534A (or 0x45534A) is unknown color: approx Feldgrau. HEX triplet: 45, 53 and 4A. RGB value is (69,83,74). Sum of RGB (Red+Green+Blue) = 69+83+74=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #45534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45534A is #BAACB5. Grayscale: #4D4D4D. Windows color (decimal): -12233910 or 4870981. OLE color: 4870981.

HSL color Cylindrical-coordinate representation of color #45534A: hue angle of 141.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #45534A is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB698374-
CMYK0.1700.110.67
HSL141.43º9.21%29.8%-
HSV(B)141.43º16.87%32.55%-
XYZ6.787.957.65-
YUV77.79125.86121.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.53%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=30.53%
G=36.73%
B=32.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983740.1700.110.67141.439.2129.8
Hex45534A110B438d91e
Octal105123112210131032151136
Binary1000101101001110010101000101011100001110001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45534A; }

 p { color: rgb(69,83,74); }

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

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

 a { background-color: rgb(69,83,74); }

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

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

 span { border-color: rgb(69,83,74); }

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