#47916E

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

Shades of Viridian #47916E

Tints of Viridian #47916E

Color information

#47916E (or 0x47916E) is unknown color: approx Viridian. HEX triplet: 47, 91 and 6E. RGB value is (71,145,110). Sum of RGB (Red+Green+Blue) = 71+145+110=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #47916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47916E is #B86E91. Grayscale: #767676. Windows color (decimal): -12086930 or 7246151. OLE color: 7246151.

HSL color Cylindrical-coordinate representation of color #47916E: hue angle of 151.62º 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 #47916E is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB71145110-
CMYK0.5100.240.43
HSL151.62º34.26%42.35%-
HSV(B)151.62º51.03%56.86%-
XYZ15.5422.7218.32-
YUV118.88122.9893.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=21.78%
G=44.48%
B=33.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451100.5100.240.43151.6234.2642.35
Hex47916E330182B98222a
Octal10722115663030532304252
Binary100011110010001110111011001101100010101110011000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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