#47896A

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

Shades of Viridian #47896A

Tints of Viridian #47896A

Color information

#47896A (or 0x47896A) is unknown color: approx Viridian. HEX triplet: 47, 89 and 6A. RGB value is (71,137,106). Sum of RGB (Red+Green+Blue) = 71+137+106=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #47896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47896A is #B87695. Grayscale: #717171. Windows color (decimal): -12088982 or 6981959. OLE color: 6981959.

HSL color Cylindrical-coordinate representation of color #47896A: hue angle of 151.82º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47896A is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB71137106-
CMYK0.4800.230.46
HSL151.82º31.73%40.78%-
HSV(B)151.82º48.18%53.73%-
XYZ14.1520.2716.8-
YUV113.73123.6397.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=22.61%
G=43.63%
B=33.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711371060.4800.230.46151.8231.7340.78
Hex47896A300172E982029
Octal10721115260027562304051
Binary100011110001001110101011000001011110111010011000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47896A; }

 p { color: rgb(71,137,106); }

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

<style>
 a { background-color: #47896A; }

 a { background-color: rgb(71,137,106); }

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

<style>
 span { border-color: #47896A; }

 span { border-color: rgb(71,137,106); }

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