#47856F

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

Shades of Viridian #47856F

Tints of Viridian #47856F

Color information

#47856F (or 0x47856F) is unknown color: approx Viridian. HEX triplet: 47, 85 and 6F. RGB value is (71,133,111). Sum of RGB (Red+Green+Blue) = 71+133+111=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #47856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47856F is #B87A90. Grayscale: #6F6F6F. Windows color (decimal): -12090001 or 7308615. OLE color: 7308615.

HSL color Cylindrical-coordinate representation of color #47856F: hue angle of 158.71º 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 #47856F is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB71133111-
CMYK0.4700.170.48
HSL158.71º30.39%40%-
HSV(B)158.71º46.62%52.16%-
XYZ13.8619.2618.03-
YUV111.95127.4698.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=22.54%
G=42.22%
B=35.24%

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
Decimal711331110.4700.170.48158.7130.3940
Hex47856F2F011309f1e28
Octal10720515757021602373650
Binary10001111000010111011111011110100011100001001111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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