#46856C

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

Shades of Viridian #46856C

Tints of Viridian #46856C

Color information

#46856C (or 0x46856C) is unknown color: approx Viridian. HEX triplet: 46, 85 and 6C. RGB value is (70,133,108). Sum of RGB (Red+Green+Blue) = 70+133+108=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #46856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46856C is #B97A93. Grayscale: #6F6F6F. Windows color (decimal): -12155540 or 7112006. OLE color: 7112006.

HSL color Cylindrical-coordinate representation of color #46856C: hue angle of 156.19º 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 #46856C is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB70133108-
CMYK0.4700.190.48
HSL156.19º31.03%39.8%-
HSV(B)156.19º47.37%52.16%-
XYZ13.6219.1617.17-
YUV111.31126.1398.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=22.51%
G=42.77%
B=34.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331080.4700.190.48156.1931.0339.8
Hex46856C2F013309c1f28
Octal10620515457023602343750
Binary10001101000010111011001011110100111100001001110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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