#47906E

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

Shades of Viridian #47906E

Tints of Viridian #47906E

Color information

#47906E (or 0x47906E) is unknown color: approx Viridian. HEX triplet: 47, 90 and 6E. RGB value is (71,144,110). Sum of RGB (Red+Green+Blue) = 71+144+110=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #47906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47906E is #B86F91. Grayscale: #767676. Windows color (decimal): -12087186 or 7245895. OLE color: 7245895.

HSL color Cylindrical-coordinate representation of color #47906E: hue angle of 152.05º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47906E is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB71144110-
CMYK0.5100.240.44
HSL152.05º33.95%42.16%-
HSV(B)152.05º50.69%56.47%-
XYZ15.3922.4118.27-
YUV118.3123.3294.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=21.85%
G=44.31%
B=33.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711441100.5100.240.44152.0533.9542.16
Hex47906E330182C98222a
Octal10722015663030542304252
Binary100011110010000110111011001101100010110010011000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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