#47816B

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

Shades of Viridian #47816B

Tints of Viridian #47816B

Color information

#47816B (or 0x47816B) is unknown color: approx Viridian. HEX triplet: 47, 81 and 6B. RGB value is (71,129,107). Sum of RGB (Red+Green+Blue) = 71+129+107=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #47816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47816B is #B87E94. Grayscale: #6D6D6D. Windows color (decimal): -12091029 or 7045447. OLE color: 7045447.

HSL color Cylindrical-coordinate representation of color #47816B: hue angle of 157.24º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47816B is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB71129107-
CMYK0.4500.170.49
HSL157.24º29%39.22%-
HSV(B)157.24º44.96%50.59%-
XYZ13.118.116.71-
YUV109.15126.78100.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=23.13%
G=42.02%
B=34.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711291070.4500.170.49157.242939.22
Hex47816B2D011319d1d27
Octal10720115355021612353547
Binary10001111000000111010111011010100011100011001110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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