Html Css Color HEX #476245 Grey-Asparagus

📋 copy color: '#476245'

red 71 ◦ green 98 ◦ blue 69

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

Shades of Grey-Asparagus #476245

Tints of Grey-Asparagus #476245

RGB

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

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

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

R = 29.83%
G = 41.18%
B = 28.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#476245 (or 0x476245) is known color: Grey-Asparagus. HEX triplet: 47, 62 and 45. RGB value is (71,98,69). Sum of RGB (Red+Green+Blue) = 71+98+69=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #476245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476245 is #B89DBA. Grayscale: #565656. Windows color (decimal): -12099003 or 4547143. OLE color: 4547143.

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

Color convert

RGB 71 98 69 -
CMYK 0.28 0 0.30 0.62
HSL 115.86º 0.17% 0.33% -
HSV(B) 115.86º 0.3% 0.38% -
XYZ 8.04 10.5 7.23 -
YUV 86.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 71 98 69 0.28 0 0.30 0.62 115.86 0.17 0.33
Hex 47 62 45 1C 0 1E 3E 74 11 21
Octal 107 142 105 34 0 36 76 164 21 41
Binary 1000111 1100010 1000101 11100 0 11110 111110 1110100 10001 100001

Color Harmonies of #476245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476245

Black with #476245

Text Example


Text Example

White with #476245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476245; }

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

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

background-color css

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

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

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

border-color css

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

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

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