#476A57

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

Shades of Viridian Green #476A57

Tints of Viridian Green #476A57

Color information

#476A57 (or 0x476A57) is unknown color: approx Viridian Green. HEX triplet: 47, 6A and 57. RGB value is (71,106,87). Sum of RGB (Red+Green+Blue) = 71+106+87=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #476A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A57 is #B895A8. Grayscale: #5D5D5D. Windows color (decimal): -12096937 or 5728839. OLE color: 5728839.

HSL color Cylindrical-coordinate representation of color #476A57: hue angle of 147.43º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A57 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB7110687-
CMYK0.3300.180.58
HSL147.43º19.77%34.71%-
HSV(B)147.43º33.02%41.57%-
XYZ9.4712.3410.9-
YUV93.37124.4112.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=26.89%
G=40.15%
B=32.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71106870.3300.180.58147.4319.7734.71
Hex476A57210123A931423
Octal10715212741022722232443
Binary1000111110101010101111000010100101110101001001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,106,87); }

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

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

 a { background-color: rgb(71,106,87); }

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

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

 span { border-color: rgb(71,106,87); }

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