Html Css Color HEX #475346 Grey-Asparagus

📋 copy color: '#475346'

red 71 ◦ green 83 ◦ blue 70

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

Shades of Grey-Asparagus #475346

Tints of Grey-Asparagus #475346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 31.7%
G = 37.05%
B = 31.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#475346 (or 0x475346) is known color: Grey-Asparagus. HEX triplet: 47, 53 and 46. RGB value is (71,83,70). Sum of RGB (Red+Green+Blue) = 71+83+70=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #475346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475346 is #B8ACB9. Grayscale: #4D4D4D. Windows color (decimal): -12102842 or 4608839. OLE color: 4608839.

HSL color Cylindrical-coordinate representation of color #475346: hue angle of 115.38º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #475346 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 70 -
CMYK 0.14 0 0.16 0.67
HSL 115.38º 0.08% 0.3% -
HSV(B) 115.38º 0.16% 0.33% -
XYZ 6.8 7.97 6.97 -
YUV 77.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 71 83 70 0.14 0 0.16 0.67 115.38 0.08 0.3
Hex 47 53 46 E 0 10 43 73 8 1E
Octal 107 123 106 16 0 20 103 163 10 36
Binary 1000111 1010011 1000110 1110 0 10000 1000011 1110011 1000 11110

Color Harmonies of #475346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475346

Black with #475346

Text Example


Text Example

White with #475346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475346; }

 p { color: rgb(71,83,70); }

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

background-color css

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

 a { background-color: rgb(71,83,70); }

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

border-color css

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

 span { border-color: rgb(71,83,70); }

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