#46866A

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

Shades of Viridian #46866A

Tints of Viridian #46866A

Color information

#46866A (or 0x46866A) is unknown color: approx Viridian. HEX triplet: 46, 86 and 6A. RGB value is (70,134,106). Sum of RGB (Red+Green+Blue) = 70+134+106=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #46866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46866A is #B97995. Grayscale: #6F6F6F. Windows color (decimal): -12155286 or 6981190. OLE color: 6981190.

HSL color Cylindrical-coordinate representation of color #46866A: hue angle of 153.75º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46866A is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB70134106-
CMYK0.4800.210.47
HSL153.75º31.37%40%-
HSV(B)153.75º47.76%52.55%-
XYZ13.6519.3916.66-
YUV111.67124.898.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=22.58%
G=43.23%
B=34.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701341060.4800.210.47153.7531.3740
Hex46866A300152F9a1f28
Octal10620615260025572323750
Binary10001101000011011010101100000101011011111001101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46866A; }

 p { color: rgb(70,134,106); }

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

<style>
 a { background-color: #46866A; }

 a { background-color: rgb(70,134,106); }

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

<style>
 span { border-color: #46866A; }

 span { border-color: rgb(70,134,106); }

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