Html Css Color HEX #476453 Feldgrau

📋 copy color: '#476453'

red 71 ◦ green 100 ◦ blue 83

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

Shades of Feldgrau #476453

Tints of Feldgrau #476453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.68%

R = 27.95%
G = 39.37%
B = 32.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#476453 (or 0x476453) is known color: Feldgrau. HEX triplet: 47, 64 and 53. RGB value is (71,100,83). Sum of RGB (Red+Green+Blue) = 71+100+83=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #476453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476453 is #B89BAC. Grayscale: #595959. Windows color (decimal): -12098477 or 5465159. OLE color: 5465159.

HSL color Cylindrical-coordinate representation of color #476453: hue angle of 144.83º 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 #476453 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 83 -
CMYK 0.29 0 0.17 0.61
HSL 144.83º 0.17% 0.34% -
HSV(B) 144.83º 0.29% 0.39% -
XYZ 8.72 11.08 9.86 -
YUV 89.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 71 100 83 0.29 0 0.17 0.61 144.83 0.17 0.34
Hex 47 64 53 1D 0 11 3D 91 11 22
Octal 107 144 123 35 0 21 75 221 21 42
Binary 1000111 1100100 1010011 11101 0 10001 111101 10010001 10001 100010

Color Harmonies of #476453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476453

Black with #476453

Text Example


Text Example

White with #476453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476453; }

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

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

background-color css

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

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

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

border-color css

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

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

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