#478771

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

Shades of Viridian #478771

Tints of Viridian #478771

Color information

#478771 (or 0x478771) is unknown color: approx Viridian. HEX triplet: 47, 87 and 71. RGB value is (71,135,113). Sum of RGB (Red+Green+Blue) = 71+135+113=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #478771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478771 is #B8788E. Grayscale: #717171. Windows color (decimal): -12089487 or 7440199. OLE color: 7440199.

HSL color Cylindrical-coordinate representation of color #478771: hue angle of 159.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478771 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB71135113-
CMYK0.4700.160.47
HSL159.38º31.07%40.39%-
HSV(B)159.38º47.41%52.94%-
XYZ14.2419.8618.71-
YUV113.36127.897.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=22.26%
G=42.32%
B=35.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351130.4700.160.47159.3831.0740.39
Hex4787712F0102F9f1f28
Octal10720716157020572373750
Binary10001111000011111100011011110100001011111001111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478771; }

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

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

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

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

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

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

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

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