#47916D

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

Shades of Viridian #47916D

Tints of Viridian #47916D

Color information

#47916D (or 0x47916D) is unknown color: approx Viridian. HEX triplet: 47, 91 and 6D. RGB value is (71,145,109). Sum of RGB (Red+Green+Blue) = 71+145+109=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #47916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47916D is #B86E92. Grayscale: #767676. Windows color (decimal): -12086931 or 7180615. OLE color: 7180615.

HSL color Cylindrical-coordinate representation of color #47916D: hue angle of 150.81º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47916D is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB71145109-
CMYK0.5100.250.43
HSL150.81º34.26%42.35%-
HSV(B)150.81º51.03%56.86%-
XYZ15.4822.6918.03-
YUV118.77122.4893.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=21.85%
G=44.62%
B=33.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451090.5100.250.43150.8134.2642.35
Hex47916D330192B97222a
Octal10722115563031532274252
Binary100011110010001110110111001101100110101110010111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47916D; }

 p { color: rgb(71,145,109); }

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

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

 a { background-color: rgb(71,145,109); }

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

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

 span { border-color: rgb(71,145,109); }

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