#478468

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

Shades of Viridian #478468

Tints of Viridian #478468

Color information

#478468 (or 0x478468) is unknown color: approx Viridian. HEX triplet: 47, 84 and 68. RGB value is (71,132,104). Sum of RGB (Red+Green+Blue) = 71+132+104=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #478468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478468 is #B87B97. Grayscale: #6E6E6E. Windows color (decimal): -12090264 or 6849607. OLE color: 6849607.

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

Color convert

RGB71132104-
CMYK0.4600.210.48
HSL152.46º30.05%39.8%-
HSV(B)152.46º46.21%51.76%-
XYZ13.3518.8416.03-
YUV110.57124.2999.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=23.13%
G=43.00%
B=33.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711321040.4600.210.48152.4630.0539.8
Hex4784682E01530981e28
Octal10720415056025602303650
Binary10001111000010011010001011100101011100001001100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478468; }

 p { color: rgb(71,132,104); }

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

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

 a { background-color: rgb(71,132,104); }

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

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

 span { border-color: rgb(71,132,104); }

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