#478471

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

Shades of Viridian #478471

Tints of Viridian #478471

Color information

#478471 (or 0x478471) is unknown color: approx Viridian. HEX triplet: 47, 84 and 71. RGB value is (71,132,113). Sum of RGB (Red+Green+Blue) = 71+132+113=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #478471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478471 is #B87B8E. Grayscale: #6F6F6F. Windows color (decimal): -12090255 or 7439431. OLE color: 7439431.

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

Color convert

RGB71132113-
CMYK0.4600.140.48
HSL161.31º30.05%39.8%-
HSV(B)161.31º46.21%51.76%-
XYZ13.8319.0318.57-
YUV111.6128.7999.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=22.47%
G=41.77%
B=35.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711321130.4600.140.48161.3130.0539.8
Hex4784712E0E30a11e28
Octal10720416156016602413650
Binary1000111100001001110001101110011101100001010000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478471; }

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

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

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

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

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

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

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

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