Html Css Color HEX #476345 Grey-Asparagus

📋 copy color: '#476345'

red 71 ◦ green 99 ◦ blue 69

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

Shades of Grey-Asparagus #476345

Tints of Grey-Asparagus #476345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.42%

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

R = 29.71%
G = 41.42%
B = 28.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#476345 (or 0x476345) is known color: Grey-Asparagus. HEX triplet: 47, 63 and 45. RGB value is (71,99,69). Sum of RGB (Red+Green+Blue) = 71+99+69=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #476345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476345 is #B89CBA. Grayscale: #575757. Windows color (decimal): -12098747 or 4547399. OLE color: 4547399.

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

Color convert

RGB 71 99 69 -
CMYK 0.28 0 0.30 0.61
HSL 116º 0.18% 0.33% -
HSV(B) 116º 0.3% 0.39% -
XYZ 8.13 10.69 7.27 -
YUV 87.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 71 99 69 0.28 0 0.30 0.61 116 0.18 0.33
Hex 47 63 45 1C 0 1E 3D 74 12 21
Octal 107 143 105 34 0 36 75 164 22 41
Binary 1000111 1100011 1000101 11100 0 11110 111101 1110100 10010 100001

Color Harmonies of #476345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476345

Black with #476345

Text Example


Text Example

White with #476345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476345; }

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

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

background-color css

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

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

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

border-color css

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

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

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