Html Css Color HEX #47534B Feldgrau

📋 copy color: '#47534B'

red 71 ◦ green 83 ◦ blue 75

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

Shades of Feldgrau #47534B

Tints of Feldgrau #47534B

RGB

 RED value IS 71 (28.13% from 255) = 31%

 GREEN value IS 83 (32.81% from 255) = 36.24%

 BLUE value IS 75 (29.69% from 255) = 32.75%

R = 31%
G = 36.24%
B = 32.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#47534B (or 0x47534B) is known color: Feldgrau. HEX triplet: 47, 53 and 4B. RGB value is (71,83,75). Sum of RGB (Red+Green+Blue) = 71+83+75=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #47534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47534B is #B8ACB4. Grayscale: #4E4E4E. Windows color (decimal): -12102837 or 4936519. OLE color: 4936519.

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

Color convert

RGB 71 83 75 -
CMYK 0.14 0 0.10 0.67
HSL 140º 0.08% 0.3% -
HSV(B) 140º 0.14% 0.33% -
XYZ 6.96 8.03 7.84 -
YUV 78.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 71 83 75 0.14 0 0.10 0.67 140 0.08 0.3
Hex 47 53 4B E 0 A 43 8C 8 1E
Octal 107 123 113 16 0 12 103 214 10 36
Binary 1000111 1010011 1001011 1110 0 1010 1000011 10001100 1000 11110

Color Harmonies of #47534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47534B

Black with #47534B

Text Example


Text Example

White with #47534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47534B;
 }
 .AnyTagClassName
 {
   color: #47534B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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