#479170

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

Shades of Viridian #479170

Tints of Viridian #479170

Color information

#479170 (or 0x479170) is unknown color: approx Viridian. HEX triplet: 47, 91 and 70. RGB value is (71,145,112). Sum of RGB (Red+Green+Blue) = 71+145+112=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #479170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479170 is #B86E8F. Grayscale: #777777. Windows color (decimal): -12086928 or 7377223. OLE color: 7377223.

HSL color Cylindrical-coordinate representation of color #479170: hue angle of 153.24º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479170 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB71145112-
CMYK0.5100.230.43
HSL153.24º34.26%42.35%-
HSV(B)153.24º51.03%56.86%-
XYZ15.6522.7618.9-
YUV119.11123.9893.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.65%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=21.65%
G=44.21%
B=34.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451120.5100.230.43153.2434.2642.35
Hex479170330172B99222a
Octal10722116063027532314252
Binary100011110010001111000011001101011110101110011001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479170; }

 p { color: rgb(71,145,112); }

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

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

 a { background-color: rgb(71,145,112); }

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

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

 span { border-color: rgb(71,145,112); }

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