#478672

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

Shades of Viridian #478672

Tints of Viridian #478672

Color information

#478672 (or 0x478672) is unknown color: approx Viridian. HEX triplet: 47, 86 and 72. RGB value is (71,134,114). Sum of RGB (Red+Green+Blue) = 71+134+114=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #478672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478672 is #B8798D. Grayscale: #707070. Windows color (decimal): -12089742 or 7505479. OLE color: 7505479.

HSL color Cylindrical-coordinate representation of color #478672: hue angle of 160.95º 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 #478672 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB71134114-
CMYK0.4700.150.47
HSL160.95º30.73%40.2%-
HSV(B)160.95º47.01%52.55%-
XYZ14.1619.618.96-
YUV112.88128.6398.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=22.26%
G=42.01%
B=35.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711341140.4700.150.47160.9530.7340.2
Hex4786722F0F2Fa11f28
Octal10720616257017572413750
Binary1000111100001101110010101111011111011111010000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478672; }

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

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

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

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

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

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

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

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