Html Css Color HEX #476146 Grey-Asparagus

📋 copy color: '#476146'

red 71 ◦ green 97 ◦ blue 70

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

Shades of Grey-Asparagus #476146

Tints of Grey-Asparagus #476146

RGB

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

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

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

R = 29.83%
G = 40.76%
B = 29.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#476146 (or 0x476146) is known color: Grey-Asparagus. HEX triplet: 47, 61 and 46. RGB value is (71,97,70). Sum of RGB (Red+Green+Blue) = 71+97+70=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #476146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476146 is #B89EB9. Grayscale: #565656. Windows color (decimal): -12099258 or 4612423. OLE color: 4612423.

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

Color convert

RGB 71 97 70 -
CMYK 0.27 0 0.28 0.62
HSL 117.78º 0.16% 0.33% -
HSV(B) 117.78º 0.28% 0.38% -
XYZ 7.98 10.33 7.37 -
YUV 86.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 71 97 70 0.27 0 0.28 0.62 117.78 0.16 0.33
Hex 47 61 46 1B 0 1C 3E 76 10 21
Octal 107 141 106 33 0 34 76 166 20 41
Binary 1000111 1100001 1000110 11011 0 11100 111110 1110110 10000 100001

Color Harmonies of #476146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476146

Black with #476146

Text Example


Text Example

White with #476146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476146; }

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

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

background-color css

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

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

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

border-color css

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

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

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