#466A59

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

Shades of Viridian Green #466A59

Tints of Viridian Green #466A59

Color information

#466A59 (or 0x466A59) is unknown color: approx Viridian Green. HEX triplet: 46, 6A and 59. RGB value is (70,106,89). Sum of RGB (Red+Green+Blue) = 70+106+89=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 106 - color contains mainly: green. Hex color #466A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A59 is #B995A6. Grayscale: #5D5D5D. Windows color (decimal): -12162471 or 5859910. OLE color: 5859910.

HSL color Cylindrical-coordinate representation of color #466A59: hue angle of 151.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A59 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB7010689-
CMYK0.3400.160.58
HSL151.67º20.45%34.51%-
HSV(B)151.67º33.96%41.57%-
XYZ9.4812.3311.33-
YUV93.3125.57111.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 106 (41.80% from 255) = 40%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=26.42%
G=40%
B=33.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106890.3400.160.58151.6720.4534.51
Hex466A59220103A981423
Octal10615213142020722302443
Binary1000110110101010110011000100100001110101001100010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A59; }

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

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

<style>
 a { background-color: #466A59; }

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

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

<style>
 span { border-color: #466A59; }

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

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