#466A57

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

Shades of Viridian Green #466A57

Tints of Viridian Green #466A57

Color information

#466A57 (or 0x466A57) is unknown color: approx Viridian Green. HEX triplet: 46, 6A and 57. RGB value is (70,106,87). Sum of RGB (Red+Green+Blue) = 70+106+87=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #466A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A57 is #B995A8. Grayscale: #5D5D5D. Windows color (decimal): -12162473 or 5728838. OLE color: 5728838.

HSL color Cylindrical-coordinate representation of color #466A57: hue angle of 148.33º 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 #466A57 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB7010687-
CMYK0.3400.180.58
HSL148.33º20.45%34.51%-
HSV(B)148.33º33.96%41.57%-
XYZ9.412.310.9-
YUV93.07124.57111.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 106 (41.80% from 255) = 40.30%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=26.62%
G=40.30%
B=33.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106870.3400.180.58148.3320.4534.51
Hex466A57220123A941423
Octal10615212742022722242443
Binary1000110110101010101111000100100101110101001010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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