#478A6E

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

Shades of Viridian #478A6E

Tints of Viridian #478A6E

Color information

#478A6E (or 0x478A6E) is unknown color: approx Viridian. HEX triplet: 47, 8A and 6E. RGB value is (71,138,110). Sum of RGB (Red+Green+Blue) = 71+138+110=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #478A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478A6E is #B87591. Grayscale: #727272. Windows color (decimal): -12088722 or 7244359. OLE color: 7244359.

HSL color Cylindrical-coordinate representation of color #478A6E: hue angle of 154.93º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478A6E is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB71138110-
CMYK0.4900.200.46
HSL154.93º32.06%40.98%-
HSV(B)154.93º48.55%54.12%-
XYZ14.520.6417.97-
YUV114.78125.396.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 138 (54.30% from 255) = 43.26%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=22.26%
G=43.26%
B=34.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711381100.4900.200.46154.9332.0640.98
Hex478A6E310142E9b2029
Octal10721215661024562334051
Binary100011110001010110111011000101010010111010011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,138,110); }

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

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

 a { background-color: rgb(71,138,110); }

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

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

 span { border-color: rgb(71,138,110); }

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