Html Css Color HEX #475845 Grey-Asparagus

📋 copy color: '#475845'

red 71 ◦ green 88 ◦ blue 69

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

Shades of Grey-Asparagus #475845

Tints of Grey-Asparagus #475845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.6%

 BLUE value IS 69 (27.34% from 255) = 30.26%

R = 31.14%
G = 38.6%
B = 30.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#475845 (or 0x475845) is known color: Grey-Asparagus. HEX triplet: 47, 58 and 45. RGB value is (71,88,69). Sum of RGB (Red+Green+Blue) = 71+88+69=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #475845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475845 is #B8A7BA. Grayscale: #505050. Windows color (decimal): -12101563 or 4544583. OLE color: 4544583.

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

Color convert

RGB 71 88 69 -
CMYK 0.19 0 0.22 0.65
HSL 113.68º 0.12% 0.31% -
HSV(B) 113.68º 0.22% 0.35% -
XYZ 7.16 8.75 6.94 -
YUV 80.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 71 88 69 0.19 0 0.22 0.65 113.68 0.12 0.31
Hex 47 58 45 13 0 16 41 72 C 1F
Octal 107 130 105 23 0 26 101 162 14 37
Binary 1000111 1011000 1000101 10011 0 10110 1000001 1110010 1100 11111

Color Harmonies of #475845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475845

Black with #475845

Text Example


Text Example

White with #475845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475845; }

 p { color: rgb(71,88,69); }

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

background-color css

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

 a { background-color: rgb(71,88,69); }

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

border-color css

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

 span { border-color: rgb(71,88,69); }

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