#478566

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

Shades of Viridian #478566

Tints of Viridian #478566

Color information

#478566 (or 0x478566) is unknown color: approx Viridian. HEX triplet: 47, 85 and 66. RGB value is (71,133,102). Sum of RGB (Red+Green+Blue) = 71+133+102=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #478566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478566 is #B87A99. Grayscale: #6E6E6E. Windows color (decimal): -12090010 or 6718791. OLE color: 6718791.

HSL color Cylindrical-coordinate representation of color #478566: hue angle of 150º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478566 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB71133102-
CMYK0.4700.230.48
HSL150º30.39%40%-
HSV(B)150º46.62%52.16%-
XYZ13.3819.0715.55-
YUV110.93122.9699.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=23.20%
G=43.46%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711331020.4700.230.4815030.3940
Hex4785662F01730961e28
Octal10720514657027602263650
Binary10001111000010111001101011110101111100001001011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478566; }

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

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

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

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

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

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

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

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