Html Css Color HEX #475045 Grey-Asparagus

📋 copy color: '#475045'

red 71 ◦ green 80 ◦ blue 69

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

Shades of Grey-Asparagus #475045

Tints of Grey-Asparagus #475045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

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

R = 32.27%
G = 36.36%
B = 31.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#475045 (or 0x475045) is known color: Grey-Asparagus. HEX triplet: 47, 50 and 45. RGB value is (71,80,69). Sum of RGB (Red+Green+Blue) = 71+80+69=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #475045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475045 is #B8AFBA. Grayscale: #4C4C4C. Windows color (decimal): -12103611 or 4542535. OLE color: 4542535.

HSL color Cylindrical-coordinate representation of color #475045: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475045 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 69 -
CMYK 0.11 0 0.14 0.69
HSL 109.09º 0.07% 0.29% -
HSV(B) 109.09º 0.14% 0.31% -
XYZ 6.54 7.51 6.73 -
YUV 76.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 71 80 69 0.11 0 0.14 0.69 109.09 0.07 0.29
Hex 47 50 45 B 0 E 45 6D 7 1D
Octal 107 120 105 13 0 16 105 155 7 35
Binary 1000111 1010000 1000101 1011 0 1110 1000101 1101101 111 11101

Color Harmonies of #475045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475045

Black with #475045

Text Example


Text Example

White with #475045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475045; }

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

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

background-color css

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

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

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

border-color css

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

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

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