#47846E

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

Shades of Viridian #47846E

Tints of Viridian #47846E

Color information

#47846E (or 0x47846E) is unknown color: approx Viridian. HEX triplet: 47, 84 and 6E. RGB value is (71,132,110). Sum of RGB (Red+Green+Blue) = 71+132+110=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #47846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47846E is #B87B91. Grayscale: #6F6F6F. Windows color (decimal): -12090258 or 7242823. OLE color: 7242823.

HSL color Cylindrical-coordinate representation of color #47846E: hue angle of 158.36º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47846E is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB71132110-
CMYK0.4600.170.48
HSL158.36º30.05%39.8%-
HSV(B)158.36º46.21%51.76%-
XYZ13.6618.9717.69-
YUV111.25127.2999.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=22.68%
G=42.17%
B=35.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711321100.4600.170.48158.3630.0539.8
Hex47846E2E011309e1e28
Octal10720415656021602363650
Binary10001111000010011011101011100100011100001001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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