Html Css Color HEX #476D45 Grey-Asparagus

📋 copy color: '#476D45'

red 71 ◦ green 109 ◦ blue 69

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

Shades of Grey-Asparagus #476D45

Tints of Grey-Asparagus #476D45

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.78%

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

R = 28.51%
G = 43.78%
B = 27.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#476D45 (or 0x476D45) is known color: Grey-Asparagus. HEX triplet: 47, 6D and 45. RGB value is (71,109,69). Sum of RGB (Red+Green+Blue) = 71+109+69=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 109 - color contains mainly: green. Hex color #476D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D45 is #B892BA. Grayscale: #5D5D5D. Windows color (decimal): -12096187 or 4549959. OLE color: 4549959.

HSL color Cylindrical-coordinate representation of color #476D45: hue angle of 117º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476D45 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 69 -
CMYK 0.35 0 0.37 0.57
HSL 117º 0.22% 0.35% -
HSV(B) 117º 0.37% 0.43% -
XYZ 9.14 12.71 7.6 -
YUV 93.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 71 109 69 0.35 0 0.37 0.57 117 0.22 0.35
Hex 47 6D 45 23 0 25 39 75 16 23
Octal 107 155 105 43 0 45 71 165 26 43
Binary 1000111 1101101 1000101 100011 0 100101 111001 1110101 10110 100011

Color Harmonies of #476D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D45

Black with #476D45

Text Example


Text Example

White with #476D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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