#476959

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

Shades of Viridian Green #476959

Tints of Viridian Green #476959

Color information

#476959 (or 0x476959) is unknown color: approx Viridian Green. HEX triplet: 47, 69 and 59. RGB value is (71,105,89). Sum of RGB (Red+Green+Blue) = 71+105+89=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #476959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476959 is #B896A6. Grayscale: #5D5D5D. Windows color (decimal): -12097191 or 5859655. OLE color: 5859655.

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

Color convert

RGB7110589-
CMYK0.3200.150.59
HSL151.76º19.32%34.51%-
HSV(B)151.76º32.38%41.18%-
XYZ9.4512.1611.3-
YUV93.01125.74112.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=26.79%
G=39.62%
B=33.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105890.3200.150.59151.7619.3234.51
Hex476959200F3B981323
Octal10715113140017732302343
Binary100011111010011011001100000011111110111001100010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476959; }

 p { color: rgb(71,105,89); }

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

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

 a { background-color: rgb(71,105,89); }

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

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

 span { border-color: rgb(71,105,89); }

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