#47896F

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

Shades of Viridian #47896F

Tints of Viridian #47896F

Color information

#47896F (or 0x47896F) is unknown color: approx Viridian. HEX triplet: 47, 89 and 6F. RGB value is (71,137,111). Sum of RGB (Red+Green+Blue) = 71+137+111=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #47896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47896F is #B87690. Grayscale: #727272. Windows color (decimal): -12088977 or 7309639. OLE color: 7309639.

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

Color convert

RGB71137111-
CMYK0.4800.190.46
HSL156.36º31.73%40.78%-
HSV(B)156.36º48.18%53.73%-
XYZ14.4120.3818.21-
YUV114.3126.1397.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=22.26%
G=42.95%
B=34.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711371110.4800.190.46156.3631.7340.78
Hex47896F300132E9c2029
Octal10721115760023562344051
Binary100011110001001110111111000001001110111010011100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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