Html Css Color HEX #476945 Grey-Asparagus

📋 copy color: '#476945'

red 71 ◦ green 105 ◦ blue 69

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

Shades of Grey-Asparagus #476945

Tints of Grey-Asparagus #476945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

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

R = 28.98%
G = 42.86%
B = 28.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#476945 (or 0x476945) is known color: Grey-Asparagus. HEX triplet: 47, 69 and 45. RGB value is (71,105,69). Sum of RGB (Red+Green+Blue) = 71+105+69=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #476945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476945 is #B896BA. Grayscale: #5A5A5A. Windows color (decimal): -12097211 or 4548935. OLE color: 4548935.

HSL color Cylindrical-coordinate representation of color #476945: hue angle of 116.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476945 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 69 -
CMYK 0.32 0 0.34 0.59
HSL 116.67º 0.21% 0.34% -
HSV(B) 116.67º 0.34% 0.41% -
XYZ 8.72 11.87 7.46 -
YUV 90.73 115.74 113.93 -
System Red Green Blue C M Y K H S L
Decimal 71 105 69 0.32 0 0.34 0.59 116.67 0.21 0.34
Hex 47 69 45 20 0 22 3B 75 15 22
Octal 107 151 105 40 0 42 73 165 25 42
Binary 1000111 1101001 1000101 100000 0 100010 111011 1110101 10101 100010

Color Harmonies of #476945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476945

Black with #476945

Text Example


Text Example

White with #476945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476945; }

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

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

background-color css

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

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

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

border-color css

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

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

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