#478271

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

Shades of Viridian #478271

Tints of Viridian #478271

Color information

#478271 (or 0x478271) is unknown color: approx Viridian. HEX triplet: 47, 82 and 71. RGB value is (71,130,113). Sum of RGB (Red+Green+Blue) = 71+130+113=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #478271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478271 is #B87D8E. Grayscale: #6E6E6E. Windows color (decimal): -12090767 or 7438919. OLE color: 7438919.

HSL color Cylindrical-coordinate representation of color #478271: hue angle of 162.71º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478271 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB71130113-
CMYK0.4500.130.49
HSL162.71º29.35%39.41%-
HSV(B)162.71º45.38%50.98%-
XYZ13.5618.518.48-
YUV110.42129.4599.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=22.61%
G=41.40%
B=35.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711301130.4500.130.49162.7129.3539.41
Hex4782712D0D31a31d27
Octal10720216155015612433547
Binary1000111100000101110001101101011011100011010001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478271; }

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

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

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

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

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

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

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

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