#478470

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

Shades of Viridian #478470

Tints of Viridian #478470

Color information

#478470 (or 0x478470) is unknown color: approx Viridian. HEX triplet: 47, 84 and 70. RGB value is (71,132,112). Sum of RGB (Red+Green+Blue) = 71+132+112=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #478470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478470 is #B87B8F. Grayscale: #6F6F6F. Windows color (decimal): -12090256 or 7373895. OLE color: 7373895.

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

Color convert

RGB71132112-
CMYK0.4600.150.48
HSL160.33º30.05%39.8%-
HSV(B)160.33º46.21%51.76%-
XYZ13.7719.0118.27-
YUV111.48128.2999.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=22.54%
G=41.90%
B=35.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711321120.4600.150.48160.3330.0539.8
Hex4784702E0F30a01e28
Octal10720416056017602403650
Binary1000111100001001110000101110011111100001010000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478470; }

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

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

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

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

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

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

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

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