Html Css Color HEX #476752 Feldgrau

📋 copy color: '#476752'

red 71 ◦ green 103 ◦ blue 82

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

Shades of Feldgrau #476752

Tints of Feldgrau #476752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.23%

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

R = 27.73%
G = 40.23%
B = 32.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#476752 (or 0x476752) is known color: Feldgrau. HEX triplet: 47, 67 and 52. RGB value is (71,103,82). Sum of RGB (Red+Green+Blue) = 71+103+82=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #476752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476752 is #B898AD. Grayscale: #5B5B5B. Windows color (decimal): -12097710 or 5400391. OLE color: 5400391.

HSL color Cylindrical-coordinate representation of color #476752: hue angle of 140.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476752 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 103 82 -
CMYK 0.31 0 0.20 0.60
HSL 140.63º 0.18% 0.34% -
HSV(B) 140.63º 0.31% 0.4% -
XYZ 8.97 11.65 9.76 -
YUV 91.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 71 103 82 0.31 0 0.20 0.60 140.63 0.18 0.34
Hex 47 67 52 1F 0 14 3C 8D 12 22
Octal 107 147 122 37 0 24 74 215 22 42
Binary 1000111 1100111 1010010 11111 0 10100 111100 10001101 10010 100010

Color Harmonies of #476752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476752

Black with #476752

Text Example


Text Example

White with #476752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476752; }

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

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

background-color css

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

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

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

border-color css

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

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

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