#477F70

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

Shades of Viridian #477F70

Tints of Viridian #477F70

Color information

#477F70 (or 0x477F70) is unknown color: approx Viridian. HEX triplet: 47, 7F and 70. RGB value is (71,127,112). Sum of RGB (Red+Green+Blue) = 71+127+112=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #477F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F70 is #B8808F. Grayscale: #6C6C6C. Windows color (decimal): -12091536 or 7372615. OLE color: 7372615.

HSL color Cylindrical-coordinate representation of color #477F70: hue angle of 163.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477F70 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB71127112-
CMYK0.4400.120.50
HSL163.93º28.28%38.82%-
HSV(B)163.93º44.09%49.8%-
XYZ13.1117.6918.05-
YUV108.55129.95101.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=22.90%
G=40.97%
B=36.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711271120.4400.120.50163.9328.2838.82
Hex477F702C0C32a41c27
Octal10717716054014622443447
Binary100011111111111110000101100011001100101010010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477F70; }

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

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

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

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

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

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

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

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