Html Css Color HEX #476242 Grey-Asparagus

📋 copy color: '#476242'

red 71 ◦ green 98 ◦ blue 66

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

Shades of Grey-Asparagus #476242

Tints of Grey-Asparagus #476242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.7%

 BLUE value IS 66 (26.17% from 255) = 28.09%

R = 30.21%
G = 41.7%
B = 28.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#476242 (or 0x476242) is known color: Grey-Asparagus. HEX triplet: 47, 62 and 42. RGB value is (71,98,66). Sum of RGB (Red+Green+Blue) = 71+98+66=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #476242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476242 is #B89DBD. Grayscale: #565656. Windows color (decimal): -12099006 or 4350535. OLE color: 4350535.

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

Color convert

RGB 71 98 66 -
CMYK 0.28 0 0.33 0.62
HSL 110.63º 0.2% 0.32% -
HSV(B) 110.63º 0.33% 0.38% -
XYZ 7.95 10.47 6.76 -
YUV 86.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 71 98 66 0.28 0 0.33 0.62 110.63 0.2 0.32
Hex 47 62 42 1C 0 21 3E 6F 14 20
Octal 107 142 102 34 0 41 76 157 24 40
Binary 1000111 1100010 1000010 11100 0 100001 111110 1101111 10100 100000

Color Harmonies of #476242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476242

Black with #476242

Text Example


Text Example

White with #476242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476242; }

 p { color: rgb(71,98,66); }

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

background-color css

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

 a { background-color: rgb(71,98,66); }

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

border-color css

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

 span { border-color: rgb(71,98,66); }

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