#46856D

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

Shades of Viridian #46856D

Tints of Viridian #46856D

Color information

#46856D (or 0x46856D) is unknown color: approx Viridian. HEX triplet: 46, 85 and 6D. RGB value is (70,133,109). Sum of RGB (Red+Green+Blue) = 70+133+109=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #46856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46856D is #B97A92. Grayscale: #6F6F6F. Windows color (decimal): -12155539 or 7177542. OLE color: 7177542.

HSL color Cylindrical-coordinate representation of color #46856D: hue angle of 157.14º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46856D is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB70133109-
CMYK0.4700.180.48
HSL157.14º31.03%39.8%-
HSV(B)157.14º47.37%52.16%-
XYZ13.6719.1817.45-
YUV111.43126.6398.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=22.44%
G=42.63%
B=34.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331090.4700.180.48157.1431.0339.8
Hex46856D2F012309d1f28
Octal10620515557022602353750
Binary10001101000010111011011011110100101100001001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,133,109); }

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

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

 a { background-color: rgb(70,133,109); }

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

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

 span { border-color: rgb(70,133,109); }

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