Html Css Color HEX #475348 Grey-Asparagus

📋 copy color: '#475348'

red 71 ◦ green 83 ◦ blue 72

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

Shades of Grey-Asparagus #475348

Tints of Grey-Asparagus #475348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 31.42%
G = 36.73%
B = 31.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#475348 (or 0x475348) is known color: Grey-Asparagus. HEX triplet: 47, 53 and 48. RGB value is (71,83,72). Sum of RGB (Red+Green+Blue) = 71+83+72=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #475348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475348 is #B8ACB7. Grayscale: #4E4E4E. Windows color (decimal): -12102840 or 4739911. OLE color: 4739911.

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

Color convert

RGB 71 83 72 -
CMYK 0.14 0 0.13 0.67
HSL 125º 0.08% 0.3% -
HSV(B) 125º 0.14% 0.33% -
XYZ 6.86 7.99 7.31 -
YUV 78.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 71 83 72 0.14 0 0.13 0.67 125 0.08 0.3
Hex 47 53 48 E 0 D 43 7D 8 1E
Octal 107 123 110 16 0 15 103 175 10 36
Binary 1000111 1010011 1001000 1110 0 1101 1000011 1111101 1000 11110

Color Harmonies of #475348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475348

Black with #475348

Text Example


Text Example

White with #475348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475348; }

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

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

background-color css

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

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

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

border-color css

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

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

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