Html Css Color HEX #476046 Grey-Asparagus

📋 copy color: '#476046'

red 71 ◦ green 96 ◦ blue 70

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

Shades of Grey-Asparagus #476046

Tints of Grey-Asparagus #476046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 29.96%
G = 40.51%
B = 29.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#476046 (or 0x476046) is known color: Grey-Asparagus. HEX triplet: 47, 60 and 46. RGB value is (71,96,70). Sum of RGB (Red+Green+Blue) = 71+96+70=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #476046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476046 is #B89FB9. Grayscale: #555555. Windows color (decimal): -12099514 or 4612167. OLE color: 4612167.

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

Color convert

RGB 71 96 70 -
CMYK 0.26 0 0.27 0.62
HSL 117.69º 0.16% 0.33% -
HSV(B) 117.69º 0.27% 0.38% -
XYZ 7.89 10.15 7.34 -
YUV 85.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 71 96 70 0.26 0 0.27 0.62 117.69 0.16 0.33
Hex 47 60 46 1A 0 1B 3E 76 10 21
Octal 107 140 106 32 0 33 76 166 20 41
Binary 1000111 1100000 1000110 11010 0 11011 111110 1110110 10000 100001

Color Harmonies of #476046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476046

Black with #476046

Text Example


Text Example

White with #476046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476046; }

 p { color: rgb(71,96,70); }

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

background-color css

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

 a { background-color: rgb(71,96,70); }

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

border-color css

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

 span { border-color: rgb(71,96,70); }

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