#47826D

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

Shades of Viridian #47826D

Tints of Viridian #47826D

Color information

#47826D (or 0x47826D) is unknown color: approx Viridian. HEX triplet: 47, 82 and 6D. RGB value is (71,130,109). Sum of RGB (Red+Green+Blue) = 71+130+109=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #47826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47826D is #B87D92. Grayscale: #6D6D6D. Windows color (decimal): -12090771 or 7176775. OLE color: 7176775.

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

Color convert

RGB71130109-
CMYK0.4500.160.49
HSL158.64º29.35%39.41%-
HSV(B)158.64º45.38%50.98%-
XYZ13.3418.4117.32-
YUV109.96127.45100.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=22.90%
G=41.94%
B=35.16%

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
Decimal711301090.4500.160.49158.6429.3539.41
Hex47826D2D010319f1d27
Octal10720215555020612373547
Binary10001111000001011011011011010100001100011001111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47826D; }

 p { color: rgb(71,130,109); }

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

<style>
 a { background-color: #47826D; }

 a { background-color: rgb(71,130,109); }

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

<style>
 span { border-color: #47826D; }

 span { border-color: rgb(71,130,109); }

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