Html Css Color HEX #475C45 Grey-Asparagus

📋 copy color: '#475C45'

red 71 ◦ green 92 ◦ blue 69

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

Shades of Grey-Asparagus #475C45

Tints of Grey-Asparagus #475C45

RGB

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

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

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

R = 30.6%
G = 39.66%
B = 29.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#475C45 (or 0x475C45) is known color: Grey-Asparagus. HEX triplet: 47, 5C and 45. RGB value is (71,92,69). Sum of RGB (Red+Green+Blue) = 71+92+69=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #475C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C45 is #B8A3BA. Grayscale: #535353. Windows color (decimal): -12100539 or 4545607. OLE color: 4545607.

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

Color convert

RGB 71 92 69 -
CMYK 0.23 0 0.25 0.64
HSL 114.78º 0.14% 0.32% -
HSV(B) 114.78º 0.25% 0.36% -
XYZ 7.5 9.42 7.05 -
YUV 83.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 71 92 69 0.23 0 0.25 0.64 114.78 0.14 0.32
Hex 47 5C 45 17 0 19 40 73 E 20
Octal 107 134 105 27 0 31 100 163 16 40
Binary 1000111 1011100 1000101 10111 0 11001 1000000 1110011 1110 100000

Color Harmonies of #475C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C45

Black with #475C45

Text Example


Text Example

White with #475C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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