#47524B

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

Shades of Feldgrau #47524B

Tints of Feldgrau #47524B

Color information

#47524B (or 0x47524B) is unknown color: approx Feldgrau. HEX triplet: 47, 52 and 4B. RGB value is (71,82,75). Sum of RGB (Red+Green+Blue) = 71+82+75=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 82 - color contains mainly: green. Hex color #47524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47524B is #B8ADB4. Grayscale: #4D4D4D. Windows color (decimal): -12103093 or 4936263. OLE color: 4936263.

HSL color Cylindrical-coordinate representation of color #47524B: hue angle of 141.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47524B is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB718275-
CMYK0.1300.090.68
HSL141.82º7.19%30%-
HSV(B)141.82º13.41%32.16%-
XYZ6.897.887.82-
YUV77.91126.36123.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=31.14%
G=35.96%
B=32.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182750.1300.090.68141.827.1930
Hex47524BD09448e71e
Octal10712211315011104216736
Binary10001111010010100101111010100110001001000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,82,75); }

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

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

 a { background-color: rgb(71,82,75); }

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

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

 span { border-color: rgb(71,82,75); }

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