#478E72

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

Shades of Viridian #478E72

Tints of Viridian #478E72

Color information

#478E72 (or 0x478E72) is unknown color: approx Viridian. HEX triplet: 47, 8E and 72. RGB value is (71,142,114). Sum of RGB (Red+Green+Blue) = 71+142+114=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 142 - color contains mainly: green. Hex color #478E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478E72 is #B8718D. Grayscale: #757575. Windows color (decimal): -12087694 or 7507527. OLE color: 7507527.

HSL color Cylindrical-coordinate representation of color #478E72: hue angle of 156.34º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478E72 is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB71142114-
CMYK0.500.200.44
HSL156.34º33.33%41.76%-
HSV(B)156.34º50%55.69%-
XYZ15.3121.919.34-
YUV117.58125.9894.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=21.71%
G=43.43%
B=34.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711421140.500.200.44156.3433.3341.76
Hex478E72320142C9c212a
Octal10721616262024542344152
Binary100011110001110111001011001001010010110010011100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,142,114); }

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

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

 a { background-color: rgb(71,142,114); }

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

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

 span { border-color: rgb(71,142,114); }

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