Html Css Color HEX #475F45 Grey-Asparagus

📋 copy color: '#475F45'

red 71 ◦ green 95 ◦ blue 69

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

Shades of Grey-Asparagus #475F45

Tints of Grey-Asparagus #475F45

RGB

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

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

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

R = 30.21%
G = 40.43%
B = 29.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#475F45 (or 0x475F45) is known color: Grey-Asparagus. HEX triplet: 47, 5F and 45. RGB value is (71,95,69). Sum of RGB (Red+Green+Blue) = 71+95+69=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #475F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475F45 is #B8A0BA. Grayscale: #545454. Windows color (decimal): -12099771 or 4546375. OLE color: 4546375.

HSL color Cylindrical-coordinate representation of color #475F45: hue angle of 115.38º degrees, saturation: 0.16, 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 #475F45 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 95 69 -
CMYK 0.25 0 0.27 0.63
HSL 115.38º 0.16% 0.32% -
HSV(B) 115.38º 0.27% 0.37% -
XYZ 7.76 9.95 7.14 -
YUV 84.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 71 95 69 0.25 0 0.27 0.63 115.38 0.16 0.32
Hex 47 5F 45 19 0 1B 3F 73 10 20
Octal 107 137 105 31 0 33 77 163 20 40
Binary 1000111 1011111 1000101 11001 0 11011 111111 1110011 10000 100000

Color Harmonies of #475F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F45

Black with #475F45

Text Example


Text Example

White with #475F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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