Html Css Color HEX #476445 Grey-Asparagus

📋 copy color: '#476445'

red 71 ◦ green 100 ◦ blue 69

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

Shades of Grey-Asparagus #476445

Tints of Grey-Asparagus #476445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.67%

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

R = 29.58%
G = 41.67%
B = 28.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#476445 (or 0x476445) is known color: Grey-Asparagus. HEX triplet: 47, 64 and 45. RGB value is (71,100,69). Sum of RGB (Red+Green+Blue) = 71+100+69=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #476445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476445 is #B89BBA. Grayscale: #575757. Windows color (decimal): -12098491 or 4547655. OLE color: 4547655.

HSL color Cylindrical-coordinate representation of color #476445: hue angle of 116.13º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476445 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 69 -
CMYK 0.29 0 0.31 0.61
HSL 116.13º 0.18% 0.33% -
HSV(B) 116.13º 0.31% 0.39% -
XYZ 8.23 10.88 7.3 -
YUV 87.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 71 100 69 0.29 0 0.31 0.61 116.13 0.18 0.33
Hex 47 64 45 1D 0 1F 3D 74 12 21
Octal 107 144 105 35 0 37 75 164 22 41
Binary 1000111 1100100 1000101 11101 0 11111 111101 1110100 10010 100001

Color Harmonies of #476445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476445

Black with #476445

Text Example


Text Example

White with #476445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476445; }

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

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

background-color css

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

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

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

border-color css

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

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

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