Html Css Color HEX #476451 Feldgrau

📋 copy color: '#476451'

red 71 ◦ green 100 ◦ blue 81

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

Shades of Feldgrau #476451

Tints of Feldgrau #476451

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.68%

 BLUE value IS 81 (32.03% from 255) = 32.14%

R = 28.17%
G = 39.68%
B = 32.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#476451 (or 0x476451) is known color: Feldgrau. HEX triplet: 47, 64 and 51. RGB value is (71,100,81). Sum of RGB (Red+Green+Blue) = 71+100+81=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 100 - color contains mainly: green. Hex color #476451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476451 is #B89BAE. Grayscale: #595959. Windows color (decimal): -12098479 or 5334087. OLE color: 5334087.

HSL color Cylindrical-coordinate representation of color #476451: hue angle of 140.69º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #476451 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 81 -
CMYK 0.29 0 0.19 0.61
HSL 140.69º 0.17% 0.34% -
HSV(B) 140.69º 0.29% 0.39% -
XYZ 8.64 11.05 9.46 -
YUV 89.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 71 100 81 0.29 0 0.19 0.61 140.69 0.17 0.34
Hex 47 64 51 1D 0 13 3D 8D 11 22
Octal 107 144 121 35 0 23 75 215 21 42
Binary 1000111 1100100 1010001 11101 0 10011 111101 10001101 10001 100010

Color Harmonies of #476451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476451

Black with #476451

Text Example


Text Example

White with #476451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476451; }

 p { color: rgb(71,100,81); }

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

background-color css

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

 a { background-color: rgb(71,100,81); }

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

border-color css

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

 span { border-color: rgb(71,100,81); }

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