#46916B

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

Shades of Viridian #46916B

Tints of Viridian #46916B

Color information

#46916B (or 0x46916B) is unknown color: approx Viridian. HEX triplet: 46, 91 and 6B. RGB value is (70,145,107). Sum of RGB (Red+Green+Blue) = 70+145+107=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #46916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46916B is #B96E94. Grayscale: #767676. Windows color (decimal): -12152469 or 7049542. OLE color: 7049542.

HSL color Cylindrical-coordinate representation of color #46916B: hue angle of 149.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46916B is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB70145107-
CMYK0.5200.260.43
HSL149.6º34.88%42.16%-
HSV(B)149.6º51.72%56.86%-
XYZ15.3122.6117.47-
YUV118.24121.6593.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=21.74%
G=45.03%
B=33.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701451070.5200.260.43149.634.8842.16
Hex46916B3401A2B96232a
Octal10622115364032532264352
Binary100011010010001110101111010001101010101110010110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46916B; }

 p { color: rgb(70,145,107); }

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

<style>
 a { background-color: #46916B; }

 a { background-color: rgb(70,145,107); }

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

<style>
 span { border-color: #46916B; }

 span { border-color: rgb(70,145,107); }

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