#46916F

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

Shades of Viridian #46916F

Tints of Viridian #46916F

Color information

#46916F (or 0x46916F) is unknown color: approx Viridian. HEX triplet: 46, 91 and 6F. RGB value is (70,145,111). Sum of RGB (Red+Green+Blue) = 70+145+111=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #46916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46916F is #B96E90. Grayscale: #767676. Windows color (decimal): -12152465 or 7311686. OLE color: 7311686.

HSL color Cylindrical-coordinate representation of color #46916F: hue angle of 152.8º 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 #46916F is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB70145111-
CMYK0.5200.230.43
HSL152.8º34.88%42.16%-
HSV(B)152.8º51.72%56.86%-
XYZ15.5222.718.6-
YUV118.7123.6593.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=21.47%
G=44.48%
B=34.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701451110.5200.230.43152.834.8842.16
Hex46916F340172B99232a
Octal10622115764027532314352
Binary100011010010001110111111010001011110101110011001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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