#47866B

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

Shades of Viridian #47866B

Tints of Viridian #47866B

Color information

#47866B (or 0x47866B) is unknown color: approx Viridian. HEX triplet: 47, 86 and 6B. RGB value is (71,134,107). Sum of RGB (Red+Green+Blue) = 71+134+107=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #47866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47866B is #B87994. Grayscale: #707070. Windows color (decimal): -12089749 or 7046727. OLE color: 7046727.

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

Color convert

RGB71134107-
CMYK0.4700.200.47
HSL154.29º30.73%40.2%-
HSV(B)154.29º47.01%52.55%-
XYZ13.7819.4516.94-
YUV112.08125.1398.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=22.76%
G=42.95%
B=34.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711341070.4700.200.47154.2930.7340.2
Hex47866B2F0142F9a1f28
Octal10720615357024572323750
Binary10001111000011011010111011110101001011111001101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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