Html Css Color HEX #476552 Feldgrau

📋 copy color: '#476552'

red 71 ◦ green 101 ◦ blue 82

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

Shades of Feldgrau #476552

Tints of Feldgrau #476552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

 BLUE value IS 82 (32.42% from 255) = 32.28%

R = 27.95%
G = 39.76%
B = 32.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#476552 (or 0x476552) is known color: Feldgrau. HEX triplet: 47, 65 and 52. RGB value is (71,101,82). Sum of RGB (Red+Green+Blue) = 71+101+82=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #476552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476552 is #B89AAD. Grayscale: #595959. Windows color (decimal): -12098222 or 5399879. OLE color: 5399879.

HSL color Cylindrical-coordinate representation of color #476552: hue angle of 142º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #476552 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 101 82 -
CMYK 0.30 0 0.19 0.60
HSL 142º 0.17% 0.34% -
HSV(B) 142º 0.3% 0.4% -
XYZ 8.78 11.26 9.69 -
YUV 89.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 71 101 82 0.30 0 0.19 0.60 142 0.17 0.34
Hex 47 65 52 1E 0 13 3C 8E 11 22
Octal 107 145 122 36 0 23 74 216 21 42
Binary 1000111 1100101 1010010 11110 0 10011 111100 10001110 10001 100010

Color Harmonies of #476552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476552

Black with #476552

Text Example


Text Example

White with #476552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476552; }

 p { color: rgb(71,101,82); }

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

background-color css

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

 a { background-color: rgb(71,101,82); }

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

border-color css

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

 span { border-color: rgb(71,101,82); }

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