Html Css Color HEX #47524B Feldgrau

📋 copy color: '#47524B'

red 71 ◦ green 82 ◦ blue 75

#47524B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #47524B

Tints of Feldgrau #47524B

RGB

 RED value IS 71 (28.13% 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 value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#47524B (or 0x47524B) is known color: 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

RGB 71 82 75 -
CMYK 0.13 0 0.09 0.68
HSL 141.82º 0.07% 0.3% -
HSV(B) 141.82º 0.13% 0.32% -
XYZ 6.89 7.88 7.82 -
YUV 77.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 71 82 75 0.13 0 0.09 0.68 141.82 0.07 0.3
Hex 47 52 4B D 0 9 44 8E 7 1E
Octal 107 122 113 15 0 11 104 216 7 36
Binary 1000111 1010010 1001011 1101 0 1001 1000100 10001110 111 11110

Color Harmonies of #47524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47524B

Black with #47524B

Text Example


Text Example

White with #47524B

Text Example


Text Example

HTML Codes & Css Web 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>