Html Css Color HEX #476652 Feldgrau

📋 copy color: '#476652'

red 71 ◦ green 102 ◦ blue 82

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

Shades of Feldgrau #476652

Tints of Feldgrau #476652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40%

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

R = 27.84%
G = 40%
B = 32.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#476652 (or 0x476652) is known color: Feldgrau. HEX triplet: 47, 66 and 52. RGB value is (71,102,82). Sum of RGB (Red+Green+Blue) = 71+102+82=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #476652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476652 is #B899AD. Grayscale: #5A5A5A. Windows color (decimal): -12097966 or 5400135. OLE color: 5400135.

HSL color Cylindrical-coordinate representation of color #476652: hue angle of 141.29º degrees, saturation: 0.18, 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 #476652 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 82 -
CMYK 0.30 0 0.20 0.6
HSL 141.29º 0.18% 0.34% -
HSV(B) 141.29º 0.3% 0.4% -
XYZ 8.87 11.45 9.73 -
YUV 90.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 71 102 82 0.30 0 0.20 0.6 141.29 0.18 0.34
Hex 47 66 52 1E 0 14 3C 8D 12 22
Octal 107 146 122 36 0 24 74 215 22 42
Binary 1000111 1100110 1010010 11110 0 10100 111100 10001101 10010 100010

Color Harmonies of #476652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476652

Black with #476652

Text Example


Text Example

White with #476652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476652; }

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

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

background-color css

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

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

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

border-color css

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

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

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