Html Css Color HEX #475E45 Grey-Asparagus

📋 copy color: '#475E45'

red 71 ◦ green 94 ◦ blue 69

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

Shades of Grey-Asparagus #475E45

Tints of Grey-Asparagus #475E45

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.17%

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

R = 30.34%
G = 40.17%
B = 29.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#475E45 (or 0x475E45) is known color: Grey-Asparagus. HEX triplet: 47, 5E and 45. RGB value is (71,94,69). Sum of RGB (Red+Green+Blue) = 71+94+69=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 94 - color contains mainly: green. Hex color #475E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E45 is #B8A1BA. Grayscale: #545454. Windows color (decimal): -12100027 or 4546119. OLE color: 4546119.

HSL color Cylindrical-coordinate representation of color #475E45: hue angle of 115.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #475E45 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 94 69 -
CMYK 0.24 0 0.27 0.63
HSL 115.2º 0.15% 0.32% -
HSV(B) 115.2º 0.27% 0.37% -
XYZ 7.68 9.77 7.11 -
YUV 84.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 71 94 69 0.24 0 0.27 0.63 115.2 0.15 0.32
Hex 47 5E 45 18 0 1B 3F 73 F 20
Octal 107 136 105 30 0 33 77 163 17 40
Binary 1000111 1011110 1000101 11000 0 11011 111111 1110011 1111 100000

Color Harmonies of #475E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E45

Black with #475E45

Text Example


Text Example

White with #475E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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