#478670

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

Shades of Viridian #478670

Tints of Viridian #478670

Color information

#478670 (or 0x478670) is unknown color: approx Viridian. HEX triplet: 47, 86 and 70. RGB value is (71,134,112). Sum of RGB (Red+Green+Blue) = 71+134+112=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #478670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478670 is #B8798F. Grayscale: #707070. Windows color (decimal): -12089744 or 7374407. OLE color: 7374407.

HSL color Cylindrical-coordinate representation of color #478670: hue angle of 159.05º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478670 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB71134112-
CMYK0.4700.160.47
HSL159.05º30.73%40.2%-
HSV(B)159.05º47.01%52.55%-
XYZ14.0519.5618.36-
YUV112.66127.6398.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=22.40%
G=42.27%
B=35.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711341120.4700.160.47159.0530.7340.2
Hex4786702F0102F9f1f28
Octal10720616057020572373750
Binary10001111000011011100001011110100001011111001111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478670; }

 p { color: rgb(71,134,112); }

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

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

 a { background-color: rgb(71,134,112); }

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

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

 span { border-color: rgb(71,134,112); }

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