#47926C

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

Shades of Viridian #47926C

Tints of Viridian #47926C

Color information

#47926C (or 0x47926C) is unknown color: approx Viridian. HEX triplet: 47, 92 and 6C. RGB value is (71,146,108). Sum of RGB (Red+Green+Blue) = 71+146+108=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #47926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47926C is #B86D93. Grayscale: #777777. Windows color (decimal): -12086676 or 7115335. OLE color: 7115335.

HSL color Cylindrical-coordinate representation of color #47926C: hue angle of 149.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47926C is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB71146108-
CMYK0.5100.260.43
HSL149.6º34.56%42.55%-
HSV(B)149.6º51.37%57.25%-
XYZ15.5822.9817.8-
YUV119.24121.6593.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=21.85%
G=44.92%
B=33.23%

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
Decimal711461080.5100.260.43149.634.5642.55
Hex47926C3301A2B96232b
Octal10722215463032532264353
Binary100011110010010110110011001101101010101110010110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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