#479576

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

Shades of Viridian #479576

Tints of Viridian #479576

Color information

#479576 (or 0x479576) is unknown color: approx Viridian. HEX triplet: 47, 95 and 76. RGB value is (71,149,118). Sum of RGB (Red+Green+Blue) = 71+149+118=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #479576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479576 is #B86A89. Grayscale: #7A7A7A. Windows color (decimal): -12085898 or 7771463. OLE color: 7771463.

HSL color Cylindrical-coordinate representation of color #479576: hue angle of 156.15º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479576 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB71149118-
CMYK0.5200.210.42
HSL156.15º35.45%43.14%-
HSV(B)156.15º52.35%58.43%-
XYZ16.6224.1420.92-
YUV122.14125.6691.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=21.01%
G=44.08%
B=34.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711491180.5200.210.42156.1535.4543.14
Hex479576340152A9c232b
Octal10722516664025522344353
Binary100011110010101111011011010001010110101010011100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479576; }

 p { color: rgb(71,149,118); }

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

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

 a { background-color: rgb(71,149,118); }

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

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

 span { border-color: rgb(71,149,118); }

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