#46896F

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

Shades of Viridian #46896F

Tints of Viridian #46896F

Color information

#46896F (or 0x46896F) is unknown color: approx Viridian. HEX triplet: 46, 89 and 6F. RGB value is (70,137,111). Sum of RGB (Red+Green+Blue) = 70+137+111=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #46896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46896F is #B97690. Grayscale: #727272. Windows color (decimal): -12154513 or 7309638. OLE color: 7309638.

HSL color Cylindrical-coordinate representation of color #46896F: hue angle of 156.72º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46896F is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB70137111-
CMYK0.4900.190.46
HSL156.72º32.37%40.59%-
HSV(B)156.72º48.91%53.73%-
XYZ14.3420.3418.21-
YUV114126.396.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=22.01%
G=43.08%
B=34.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371110.4900.190.46156.7232.3740.59
Hex46896F310132E9d2029
Octal10621115761023562354051
Binary100011010001001110111111000101001110111010011101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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