Html Css Color HEX #476145 Grey-Asparagus

📋 copy color: '#476145'

red 71 ◦ green 97 ◦ blue 69

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

Shades of Grey-Asparagus #476145

Tints of Grey-Asparagus #476145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

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

R = 29.96%
G = 40.93%
B = 29.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#476145 (or 0x476145) is known color: Grey-Asparagus. HEX triplet: 47, 61 and 45. RGB value is (71,97,69). Sum of RGB (Red+Green+Blue) = 71+97+69=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #476145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476145 is #B89EBA. Grayscale: #565656. Windows color (decimal): -12099259 or 4546887. OLE color: 4546887.

HSL color Cylindrical-coordinate representation of color #476145: hue angle of 115.71º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #476145 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 69 -
CMYK 0.27 0 0.29 0.62
HSL 115.71º 0.17% 0.33% -
HSV(B) 115.71º 0.29% 0.38% -
XYZ 7.95 10.32 7.2 -
YUV 86.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 71 97 69 0.27 0 0.29 0.62 115.71 0.17 0.33
Hex 47 61 45 1B 0 1D 3E 74 11 21
Octal 107 141 105 33 0 35 76 164 21 41
Binary 1000111 1100001 1000101 11011 0 11101 111110 1110100 10001 100001

Color Harmonies of #476145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476145

Black with #476145

Text Example


Text Example

White with #476145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476145; }

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

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

background-color css

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

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

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

border-color css

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

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

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