#478666

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

Shades of Viridian #478666

Tints of Viridian #478666

Color information

#478666 (or 0x478666) is unknown color: approx Viridian. HEX triplet: 47, 86 and 66. RGB value is (71,134,102). Sum of RGB (Red+Green+Blue) = 71+134+102=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #478666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478666 is #B87999. Grayscale: #6F6F6F. Windows color (decimal): -12089754 or 6719047. OLE color: 6719047.

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

Color convert

RGB71134102-
CMYK0.4700.240.47
HSL149.52º30.73%40.2%-
HSV(B)149.52º47.01%52.55%-
XYZ13.5219.3515.59-
YUV111.52122.6399.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=23.13%
G=43.65%
B=33.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711341020.4700.240.47149.5230.7340.2
Hex4786662F0182F961f28
Octal10720614657030572263750
Binary10001111000011011001101011110110001011111001011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478666; }

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

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

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

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

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

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

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

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