#46806A

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

Shades of Viridian #46806A

Tints of Viridian #46806A

Color information

#46806A (or 0x46806A) is unknown color: approx Viridian. HEX triplet: 46, 80 and 6A. RGB value is (70,128,106). Sum of RGB (Red+Green+Blue) = 70+128+106=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #46806A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46806A is #B97F95. Grayscale: #6C6C6C. Windows color (decimal): -12156822 or 6979654. OLE color: 6979654.

HSL color Cylindrical-coordinate representation of color #46806A: hue angle of 157.24º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46806A is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB70128106-
CMYK0.4500.170.50
HSL157.24º29.29%38.82%-
HSV(B)157.24º45.31%50.2%-
XYZ12.8517.7816.39-
YUV108.15126.78100.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=23.03%
G=42.11%
B=34.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701281060.4500.170.50157.2429.2938.82
Hex46806A2D011329d1d27
Octal10620015255021622353547
Binary10001101000000011010101011010100011100101001110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46806A; }

 p { color: rgb(70,128,106); }

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

<style>
 a { background-color: #46806A; }

 a { background-color: rgb(70,128,106); }

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

<style>
 span { border-color: #46806A; }

 span { border-color: rgb(70,128,106); }

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