Html Css Color HEX #476044 Grey-Asparagus

📋 copy color: '#476044'

red 71 ◦ green 96 ◦ blue 68

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

Shades of Grey-Asparagus #476044

Tints of Grey-Asparagus #476044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.94%

R = 30.21%
G = 40.85%
B = 28.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#476044 (or 0x476044) is known color: Grey-Asparagus. HEX triplet: 47, 60 and 44. RGB value is (71,96,68). Sum of RGB (Red+Green+Blue) = 71+96+68=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #476044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476044 is #B89FBB. Grayscale: #555555. Windows color (decimal): -12099516 or 4481095. OLE color: 4481095.

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

Color convert

RGB 71 96 68 -
CMYK 0.26 0 0.29 0.62
HSL 113.57º 0.17% 0.32% -
HSV(B) 113.57º 0.29% 0.38% -
XYZ 7.82 10.12 7.01 -
YUV 85.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 71 96 68 0.26 0 0.29 0.62 113.57 0.17 0.32
Hex 47 60 44 1A 0 1D 3E 72 11 20
Octal 107 140 104 32 0 35 76 162 21 40
Binary 1000111 1100000 1000100 11010 0 11101 111110 1110010 10001 100000

Color Harmonies of #476044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476044

Black with #476044

Text Example


Text Example

White with #476044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476044; }

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

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

background-color css

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

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

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

border-color css

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

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

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