#47826F

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

Shades of Viridian #47826F

Tints of Viridian #47826F

Color information

#47826F (or 0x47826F) is unknown color: approx Viridian. HEX triplet: 47, 82 and 6F. RGB value is (71,130,111). Sum of RGB (Red+Green+Blue) = 71+130+111=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #47826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47826F is #B87D90. Grayscale: #6E6E6E. Windows color (decimal): -12090769 or 7307847. OLE color: 7307847.

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

Color convert

RGB71130111-
CMYK0.4500.150.49
HSL160.68º29.35%39.41%-
HSV(B)160.68º45.38%50.98%-
XYZ13.4518.4517.89-
YUV110.19128.45100.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=22.76%
G=41.67%
B=35.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711301110.4500.150.49160.6829.3539.41
Hex47826F2D0F31a11d27
Octal10720215755017612413547
Binary1000111100000101101111101101011111100011010000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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