#47866F

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

Shades of Viridian #47866F

Tints of Viridian #47866F

Color information

#47866F (or 0x47866F) is unknown color: approx Viridian. HEX triplet: 47, 86 and 6F. RGB value is (71,134,111). Sum of RGB (Red+Green+Blue) = 71+134+111=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #47866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47866F is #B87990. Grayscale: #707070. Windows color (decimal): -12089745 or 7308871. OLE color: 7308871.

HSL color Cylindrical-coordinate representation of color #47866F: hue angle of 158.1º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47866F is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB71134111-
CMYK0.4700.170.47
HSL158.1º30.73%40.2%-
HSV(B)158.1º47.01%52.55%-
XYZ13.9919.5418.07-
YUV112.54127.1398.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=22.47%
G=42.41%
B=35.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711341110.4700.170.47158.130.7340.2
Hex47866F2F0112F9e1f28
Octal10720615757021572363750
Binary10001111000011011011111011110100011011111001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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