#46896E

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

Shades of Viridian #46896E

Tints of Viridian #46896E

Color information

#46896E (or 0x46896E) is unknown color: approx Viridian. HEX triplet: 46, 89 and 6E. RGB value is (70,137,110). Sum of RGB (Red+Green+Blue) = 70+137+110=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #46896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46896E is #B97691. Grayscale: #717171. Windows color (decimal): -12154514 or 7244102. OLE color: 7244102.

HSL color Cylindrical-coordinate representation of color #46896E: hue angle of 155.82º 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 #46896E is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB70137110-
CMYK0.4900.200.46
HSL155.82º32.37%40.59%-
HSV(B)155.82º48.91%53.73%-
XYZ14.2920.3217.92-
YUV113.89125.896.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=22.08%
G=43.22%
B=34.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371100.4900.200.46155.8232.3740.59
Hex46896E310142E9c2029
Octal10621115661024562344051
Binary100011010001001110111011000101010010111010011100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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