Html Css Color HEX #47614F Feldgrau

📋 copy color: '#47614F'

red 71 ◦ green 97 ◦ blue 79

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

Shades of Feldgrau #47614F

Tints of Feldgrau #47614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.27%

 BLUE value IS 79 (31.25% from 255) = 31.98%

R = 28.74%
G = 39.27%
B = 31.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#47614F (or 0x47614F) is known color: Feldgrau. HEX triplet: 47, 61 and 4F. RGB value is (71,97,79). Sum of RGB (Red+Green+Blue) = 71+97+79=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #47614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47614F is #B89EB0. Grayscale: #575757. Windows color (decimal): -12099249 or 5202247. OLE color: 5202247.

HSL color Cylindrical-coordinate representation of color #47614F: hue angle of 138.46º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47614F is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 79 -
CMYK 0.27 0 0.19 0.62
HSL 138.46º 0.15% 0.33% -
HSV(B) 138.46º 0.27% 0.38% -
XYZ 8.28 10.45 8.98 -
YUV 87.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 71 97 79 0.27 0 0.19 0.62 138.46 0.15 0.33
Hex 47 61 4F 1B 0 13 3E 8A F 21
Octal 107 141 117 33 0 23 76 212 17 41
Binary 1000111 1100001 1001111 11011 0 10011 111110 10001010 1111 100001

Color Harmonies of #47614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47614F

Black with #47614F

Text Example


Text Example

White with #47614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47614F; }

 p { color: rgb(71,97,79); }

 H1.HeaderClassName
 {
   color: #47614F;
 }
 .AnyTagClassName
 {
   color: #47614F;
 }
</style>

background-color css

<style>
 a { background-color: #47614F; }

 a { background-color: rgb(71,97,79); }

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

border-color css

<style>
 span { border-color: #47614F; }

 span { border-color: rgb(71,97,79); }

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