#46816F

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

Shades of Viridian #46816F

Tints of Viridian #46816F

Color information

#46816F (or 0x46816F) is unknown color: approx Viridian. HEX triplet: 46, 81 and 6F. RGB value is (70,129,111). Sum of RGB (Red+Green+Blue) = 70+129+111=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #46816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46816F is #B97E90. Grayscale: #6D6D6D. Windows color (decimal): -12156561 or 7307590. OLE color: 7307590.

HSL color Cylindrical-coordinate representation of color #46816F: hue angle of 161.69º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46816F is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB70129111-
CMYK0.4600.140.49
HSL161.69º29.65%39.02%-
HSV(B)161.69º45.74%50.59%-
XYZ13.2518.1517.84-
YUV109.31128.9599.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=22.58%
G=41.61%
B=35.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701291110.4600.140.49161.6929.6539.02
Hex46816F2E0E31a21e27
Octal10620115756016612423647
Binary1000110100000011101111101110011101100011010001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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