#478F6A

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

Shades of Viridian #478F6A

Tints of Viridian #478F6A

Color information

#478F6A (or 0x478F6A) is unknown color: approx Viridian. HEX triplet: 47, 8F and 6A. RGB value is (71,143,106). Sum of RGB (Red+Green+Blue) = 71+143+106=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #478F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478F6A is #B87095. Grayscale: #757575. Windows color (decimal): -12087446 or 6983495. OLE color: 6983495.

HSL color Cylindrical-coordinate representation of color #478F6A: hue angle of 149.17º degrees, saturation: 0.34, 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 #478F6A is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB71143106-
CMYK0.5000.260.44
HSL149.17º33.64%41.96%-
HSV(B)149.17º50.35%56.08%-
XYZ15.0222.0317.1-
YUV117.25121.6595.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 143 (56.25% from 255) = 44.69%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=22.19%
G=44.69%
B=33.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711431060.5000.260.44149.1733.6441.96
Hex478F6A3201A2C95222a
Octal10721715262032542254252
Binary100011110001111110101011001001101010110010010101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,143,106); }

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

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

 a { background-color: rgb(71,143,106); }

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

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

 span { border-color: rgb(71,143,106); }

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