#47916C

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

Shades of Viridian #47916C

Tints of Viridian #47916C

Color information

#47916C (or 0x47916C) is unknown color: approx Viridian. HEX triplet: 47, 91 and 6C. RGB value is (71,145,108). Sum of RGB (Red+Green+Blue) = 71+145+108=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #47916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47916C is #B86E93. Grayscale: #767676. Windows color (decimal): -12086932 or 7115079. OLE color: 7115079.

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

Color convert

RGB71145108-
CMYK0.5100.260.43
HSL150º34.26%42.35%-
HSV(B)150º51.03%56.86%-
XYZ15.4322.6717.75-
YUV118.66121.9894.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=21.91%
G=44.75%
B=33.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451080.5100.260.4315034.2642.35
Hex47916C3301A2B96222a
Octal10722115463032532264252
Binary100011110010001110110011001101101010101110010110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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