Html Css Color HEX #475C43 Grey-Asparagus

📋 copy color: '#475C43'

red 71 ◦ green 92 ◦ blue 67

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

Shades of Grey-Asparagus #475C43

Tints of Grey-Asparagus #475C43

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40%

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

R = 30.87%
G = 40%
B = 29.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#475C43 (or 0x475C43) is known color: Grey-Asparagus. HEX triplet: 47, 5C and 43. RGB value is (71,92,67). Sum of RGB (Red+Green+Blue) = 71+92+67=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #475C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C43 is #B8A3BC. Grayscale: #525252. Windows color (decimal): -12100541 or 4414535. OLE color: 4414535.

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

Color convert

RGB 71 92 67 -
CMYK 0.23 0 0.27 0.64
HSL 110.4º 0.16% 0.31% -
HSV(B) 110.4º 0.27% 0.36% -
XYZ 7.44 9.4 6.73 -
YUV 82.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 71 92 67 0.23 0 0.27 0.64 110.4 0.16 0.31
Hex 47 5C 43 17 0 1B 40 6E 10 1F
Octal 107 134 103 27 0 33 100 156 20 37
Binary 1000111 1011100 1000011 10111 0 11011 1000000 1101110 10000 11111

Color Harmonies of #475C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C43

Black with #475C43

Text Example


Text Example

White with #475C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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