#478D72

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

Shades of Viridian #478D72

Tints of Viridian #478D72

Color information

#478D72 (or 0x478D72) is unknown color: approx Viridian. HEX triplet: 47, 8D and 72. RGB value is (71,141,114). Sum of RGB (Red+Green+Blue) = 71+141+114=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #478D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D72 is #B8728D. Grayscale: #757575. Windows color (decimal): -12087950 or 7507271. OLE color: 7507271.

HSL color Cylindrical-coordinate representation of color #478D72: hue angle of 156.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D72 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB71141114-
CMYK0.5000.190.45
HSL156.86º33.02%41.57%-
HSV(B)156.86º49.65%55.29%-
XYZ15.1621.619.29-
YUV116.99126.3195.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 141 (55.47% from 255) = 43.25%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=21.78%
G=43.25%
B=34.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711411140.5000.190.45156.8633.0241.57
Hex478D72320132D9d212a
Octal10721516262023552354152
Binary100011110001101111001011001001001110110110011101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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