Html Css Color HEX #475645 Grey-Asparagus

📋 copy color: '#475645'

red 71 ◦ green 86 ◦ blue 69

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

Shades of Grey-Asparagus #475645

Tints of Grey-Asparagus #475645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

 BLUE value IS 69 (27.34% from 255) = 30.53%

R = 31.42%
G = 38.05%
B = 30.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#475645 (or 0x475645) is known color: Grey-Asparagus. HEX triplet: 47, 56 and 45. RGB value is (71,86,69). Sum of RGB (Red+Green+Blue) = 71+86+69=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #475645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475645 is #B8A9BA. Grayscale: #4F4F4F. Windows color (decimal): -12102075 or 4544071. OLE color: 4544071.

HSL color Cylindrical-coordinate representation of color #475645: hue angle of 112.94º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475645 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 69 -
CMYK 0.17 0 0.20 0.66
HSL 112.94º 0.11% 0.3% -
HSV(B) 112.94º 0.2% 0.34% -
XYZ 7 8.42 6.89 -
YUV 79.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 71 86 69 0.17 0 0.20 0.66 112.94 0.11 0.3
Hex 47 56 45 11 0 14 42 71 B 1E
Octal 107 126 105 21 0 24 102 161 13 36
Binary 1000111 1010110 1000101 10001 0 10100 1000010 1110001 1011 11110

Color Harmonies of #475645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475645

Black with #475645

Text Example


Text Example

White with #475645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475645; }

 p { color: rgb(71,86,69); }

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

background-color css

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

 a { background-color: rgb(71,86,69); }

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

border-color css

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

 span { border-color: rgb(71,86,69); }

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