Html Css Color HEX #475D44 Grey-Asparagus

📋 copy color: '#475D44'

red 71 ◦ green 93 ◦ blue 68

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

Shades of Grey-Asparagus #475D44

Tints of Grey-Asparagus #475D44

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 30.6%
G = 40.09%
B = 29.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#475D44 (or 0x475D44) is known color: Grey-Asparagus. HEX triplet: 47, 5D and 44. RGB value is (71,93,68). Sum of RGB (Red+Green+Blue) = 71+93+68=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #475D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D44 is #B8A2BB. Grayscale: #535353. Windows color (decimal): -12100284 or 4480327. OLE color: 4480327.

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

Color convert

RGB 71 93 68 -
CMYK 0.24 0 0.27 0.64
HSL 112.8º 0.16% 0.32% -
HSV(B) 112.8º 0.27% 0.36% -
XYZ 7.56 9.59 6.92 -
YUV 83.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 71 93 68 0.24 0 0.27 0.64 112.8 0.16 0.32
Hex 47 5D 44 18 0 1B 40 71 10 20
Octal 107 135 104 30 0 33 100 161 20 40
Binary 1000111 1011101 1000100 11000 0 11011 1000000 1110001 10000 100000

Color Harmonies of #475D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D44

Black with #475D44

Text Example


Text Example

White with #475D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,68); }

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

background-color css

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

 a { background-color: rgb(71,93,68); }

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

border-color css

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

 span { border-color: rgb(71,93,68); }

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