#478C71

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

Shades of Viridian #478C71

Tints of Viridian #478C71

Color information

#478C71 (or 0x478C71) is unknown color: approx Viridian. HEX triplet: 47, 8C and 71. RGB value is (71,140,113). Sum of RGB (Red+Green+Blue) = 71+140+113=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #478C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478C71 is #B8738E. Grayscale: #747474. Windows color (decimal): -12088207 or 7441479. OLE color: 7441479.

HSL color Cylindrical-coordinate representation of color #478C71: hue angle of 156.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478C71 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB71140113-
CMYK0.4900.190.45
HSL156.52º32.7%41.37%-
HSV(B)156.52º49.29%54.9%-
XYZ14.9621.2918.94-
YUV116.29126.1495.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=21.91%
G=43.21%
B=34.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711401130.4900.190.45156.5232.741.37
Hex478C71310132D9d2129
Octal10721416161023552354151
Binary100011110001100111000111000101001110110110011101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478C71; }

 p { color: rgb(71,140,113); }

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

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

 a { background-color: rgb(71,140,113); }

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

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

 span { border-color: rgb(71,140,113); }

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