#476856

Color #476856 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #476856

Tints of Viridian Green #476856

Color information

#476856 (or 0x476856) is unknown color: approx Viridian Green. HEX triplet: 47, 68 and 56. RGB value is (71,104,86). Sum of RGB (Red+Green+Blue) = 71+104+86=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #476856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476856 is #B897A9. Grayscale: #5C5C5C. Windows color (decimal): -12097450 or 5662791. OLE color: 5662791.

HSL color Cylindrical-coordinate representation of color #476856: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476856 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB7110486-
CMYK0.3200.170.59
HSL147.27º18.86%34.31%-
HSV(B)147.27º31.73%40.78%-
XYZ9.2311.9110.62-
YUV92.08124.57112.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=27.20%
G=39.85%
B=32.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104860.3200.170.59147.2718.8634.31
Hex476856200113B931322
Octal10715012640021732232342
Binary1000111110100010101101000000100011110111001001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476856; }

 p { color: rgb(71,104,86); }

 H1.HeaderClassName
 {
   color: #476856;
 }
 .AnyTagClassName
 {
   color: #476856;
 }
</style>
background-color css

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

 a { background-color: rgb(71,104,86); }

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

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

 span { border-color: rgb(71,104,86); }

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