#478E68

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

Shades of Viridian #478E68

Tints of Viridian #478E68

Color information

#478E68 (or 0x478E68) is unknown color: approx Viridian. HEX triplet: 47, 8E and 68. RGB value is (71,142,104). Sum of RGB (Red+Green+Blue) = 71+142+104=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #478E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478E68 is #B87197. Grayscale: #747474. Windows color (decimal): -12087704 or 6852167. OLE color: 6852167.

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

Color convert

RGB71142104-
CMYK0.500.270.44
HSL147.89º33.33%41.76%-
HSV(B)147.89º50%55.69%-
XYZ14.7721.6916.5-
YUV116.44120.9895.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 142 (55.86% from 255) = 44.79%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=22.40%
G=44.79%
B=32.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711421040.500.270.44147.8933.3341.76
Hex478E683201B2C94212a
Octal10721615062033542244152
Binary100011110001110110100011001001101110110010010100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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