Html Css Color HEX #475D43 Grey-Asparagus

📋 copy color: '#475D43'

red 71 ◦ green 93 ◦ blue 67

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

Shades of Grey-Asparagus #475D43

Tints of Grey-Asparagus #475D43

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.26%

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

R = 30.74%
G = 40.26%
B = 29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.64

RGB Variations

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

Color information

#475D43 (or 0x475D43) is known color: Grey-Asparagus. HEX triplet: 47, 5D and 43. RGB value is (71,93,67). Sum of RGB (Red+Green+Blue) = 71+93+67=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #475D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D43 is #B8A2BC. Grayscale: #535353. Windows color (decimal): -12100285 or 4414791. OLE color: 4414791.

HSL color Cylindrical-coordinate representation of color #475D43: hue angle of 110.77º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475D43 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 93 67 -
CMYK 0.24 0 0.28 0.64
HSL 110.77º 0.16% 0.31% -
HSV(B) 110.77º 0.28% 0.36% -
XYZ 7.53 9.57 6.76 -
YUV 83.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 71 93 67 0.24 0 0.28 0.64 110.77 0.16 0.31
Hex 47 5D 43 18 0 1C 40 6F 10 1F
Octal 107 135 103 30 0 34 100 157 20 37
Binary 1000111 1011101 1000011 11000 0 11100 1000000 1101111 10000 11111

Color Harmonies of #475D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D43

Black with #475D43

Text Example


Text Example

White with #475D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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