#478E77

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

Shades of Viridian #478E77

Tints of Viridian #478E77

Color information

#478E77 (or 0x478E77) is unknown color: approx Viridian. HEX triplet: 47, 8E and 77. RGB value is (71,142,119). Sum of RGB (Red+Green+Blue) = 71+142+119=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #478E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478E77 is #B87188. Grayscale: #767676. Windows color (decimal): -12087689 or 7835207. OLE color: 7835207.

HSL color Cylindrical-coordinate representation of color #478E77: hue angle of 160.56º 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 #478E77 is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB71142119-
CMYK0.500.160.44
HSL160.56º33.33%41.76%-
HSV(B)160.56º50%55.69%-
XYZ15.622.0220.88-
YUV118.15128.4894.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=21.39%
G=42.77%
B=35.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711421190.500.160.44160.5633.3341.76
Hex478E77320102Ca1212a
Octal10721616762020542414152
Binary100011110001110111011111001001000010110010100001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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