#49534B

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

Shades of Feldgrau #49534B

Tints of Feldgrau #49534B

Color information

#49534B (or 0x49534B) is unknown color: approx Feldgrau. HEX triplet: 49, 53 and 4B. RGB value is (73,83,75). Sum of RGB (Red+Green+Blue) = 73+83+75=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #49534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49534B is #B6ACB4. Grayscale: #4F4F4F. Windows color (decimal): -11971765 or 4936521. OLE color: 4936521.

HSL color Cylindrical-coordinate representation of color #49534B: hue angle of 132º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #49534B is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB738375-
CMYK0.1200.100.67
HSL132º6.41%30.59%-
HSV(B)132º12.05%32.55%-
XYZ7.118.117.85-
YUV79.1125.69123.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=31.60%
G=35.93%
B=32.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383750.1200.100.671326.4130.59
Hex49534BC0A438461f
Octal11112311314012103204637
Binary10010011010011100101111000101010000111000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49534B; }

 p { color: rgb(73,83,75); }

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

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

 a { background-color: rgb(73,83,75); }

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

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

 span { border-color: rgb(73,83,75); }

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