Html Css Color HEX #475943 Grey-Asparagus

📋 copy color: '#475943'

red 71 ◦ green 89 ◦ blue 67

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

Shades of Grey-Asparagus #475943

Tints of Grey-Asparagus #475943

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.21%

 BLUE value IS 67 (26.56% from 255) = 29.52%

R = 31.28%
G = 39.21%
B = 29.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#475943 (or 0x475943) is known color: Grey-Asparagus. HEX triplet: 47, 59 and 43. RGB value is (71,89,67). Sum of RGB (Red+Green+Blue) = 71+89+67=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #475943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475943 is #B8A6BC. Grayscale: #515151. Windows color (decimal): -12101309 or 4413767. OLE color: 4413767.

HSL color Cylindrical-coordinate representation of color #475943: hue angle of 109.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475943 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 67 -
CMYK 0.20 0 0.25 0.65
HSL 109.09º 0.14% 0.31% -
HSV(B) 109.09º 0.25% 0.35% -
XYZ 7.18 8.89 6.65 -
YUV 81.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 71 89 67 0.20 0 0.25 0.65 109.09 0.14 0.31
Hex 47 59 43 14 0 19 41 6D E 1F
Octal 107 131 103 24 0 31 101 155 16 37
Binary 1000111 1011001 1000011 10100 0 11001 1000001 1101101 1110 11111

Color Harmonies of #475943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475943

Black with #475943

Text Example


Text Example

White with #475943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475943; }

 p { color: rgb(71,89,67); }

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

background-color css

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

 a { background-color: rgb(71,89,67); }

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

border-color css

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

 span { border-color: rgb(71,89,67); }

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