Html Css Color HEX #475F42 Grey-Asparagus

📋 copy color: '#475F42'

red 71 ◦ green 95 ◦ blue 66

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

Shades of Grey-Asparagus #475F42

Tints of Grey-Asparagus #475F42

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.95%

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 30.6%
G = 40.95%
B = 28.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#475F42 (or 0x475F42) is known color: Grey-Asparagus. HEX triplet: 47, 5F and 42. RGB value is (71,95,66). Sum of RGB (Red+Green+Blue) = 71+95+66=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #475F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475F42 is #B8A0BD. Grayscale: #545454. Windows color (decimal): -12099774 or 4349767. OLE color: 4349767.

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

Color convert

RGB 71 95 66 -
CMYK 0.25 0 0.31 0.63
HSL 109.66º 0.18% 0.32% -
HSV(B) 109.66º 0.31% 0.37% -
XYZ 7.67 9.92 6.66 -
YUV 84.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 71 95 66 0.25 0 0.31 0.63 109.66 0.18 0.32
Hex 47 5F 42 19 0 1F 3F 6E 12 20
Octal 107 137 102 31 0 37 77 156 22 40
Binary 1000111 1011111 1000010 11001 0 11111 111111 1101110 10010 100000

Color Harmonies of #475F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F42

Black with #475F42

Text Example


Text Example

White with #475F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,95,66); }

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

background-color css

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

 a { background-color: rgb(71,95,66); }

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

border-color css

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

 span { border-color: rgb(71,95,66); }

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