#47866E

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

Shades of Viridian #47866E

Tints of Viridian #47866E

Color information

#47866E (or 0x47866E) is unknown color: approx Viridian. HEX triplet: 47, 86 and 6E. RGB value is (71,134,110). Sum of RGB (Red+Green+Blue) = 71+134+110=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #47866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47866E is #B87991. Grayscale: #707070. Windows color (decimal): -12089746 or 7243335. OLE color: 7243335.

HSL color Cylindrical-coordinate representation of color #47866E: hue angle of 157.14º 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 #47866E is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB71134110-
CMYK0.4700.180.47
HSL157.14º30.73%40.2%-
HSV(B)157.14º47.01%52.55%-
XYZ13.9419.5217.78-
YUV112.43126.6398.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=22.54%
G=42.54%
B=34.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711341100.4700.180.47157.1430.7340.2
Hex47866E2F0122F9d1f28
Octal10720615657022572353750
Binary10001111000011011011101011110100101011111001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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