#46906E

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

Shades of Viridian #46906E

Tints of Viridian #46906E

Color information

#46906E (or 0x46906E) is unknown color: approx Viridian. HEX triplet: 46, 90 and 6E. RGB value is (70,144,110). Sum of RGB (Red+Green+Blue) = 70+144+110=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #46906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46906E is #B96F91. Grayscale: #767676. Windows color (decimal): -12152722 or 7245894. OLE color: 7245894.

HSL color Cylindrical-coordinate representation of color #46906E: hue angle of 152.43º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46906E is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB70144110-
CMYK0.5100.240.44
HSL152.43º34.58%41.96%-
HSV(B)152.43º51.39%56.47%-
XYZ15.3122.3718.26-
YUV118123.4893.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=21.60%
G=44.44%
B=33.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701441100.5100.240.44152.4334.5841.96
Hex46906E330182C98232a
Octal10622015663030542304352
Binary100011010010000110111011001101100010110010011000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46906E; }

 p { color: rgb(70,144,110); }

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

<style>
 a { background-color: #46906E; }

 a { background-color: rgb(70,144,110); }

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

<style>
 span { border-color: #46906E; }

 span { border-color: rgb(70,144,110); }

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