#47856E

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

Shades of Viridian #47856E

Tints of Viridian #47856E

Color information

#47856E (or 0x47856E) is unknown color: approx Viridian. HEX triplet: 47, 85 and 6E. RGB value is (71,133,110). Sum of RGB (Red+Green+Blue) = 71+133+110=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #47856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47856E is #B87A91. Grayscale: #6F6F6F. Windows color (decimal): -12090002 or 7243079. OLE color: 7243079.

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

Color convert

RGB71133110-
CMYK0.4700.170.48
HSL157.74º30.39%40%-
HSV(B)157.74º46.62%52.16%-
XYZ13.819.2417.74-
YUV111.84126.9698.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=22.61%
G=42.36%
B=35.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711331100.4700.170.48157.7430.3940
Hex47856E2F011309e1e28
Octal10720515657021602363650
Binary10001111000010111011101011110100011100001001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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