#47816C

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

Shades of Viridian #47816C

Tints of Viridian #47816C

Color information

#47816C (or 0x47816C) is unknown color: approx Viridian. HEX triplet: 47, 81 and 6C. RGB value is (71,129,108). Sum of RGB (Red+Green+Blue) = 71+129+108=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #47816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47816C is #B87E93. Grayscale: #6D6D6D. Windows color (decimal): -12091028 or 7110983. OLE color: 7110983.

HSL color Cylindrical-coordinate representation of color #47816C: hue angle of 158.28º 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 #47816C is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB71129108-
CMYK0.4500.160.49
HSL158.28º29%39.22%-
HSV(B)158.28º44.96%50.59%-
XYZ13.1618.1216.99-
YUV109.26127.28100.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=23.05%
G=41.88%
B=35.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711291080.4500.160.49158.282939.22
Hex47816C2D010319e1d27
Octal10720115455020612363547
Binary10001111000000111011001011010100001100011001111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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