#466A56

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

Shades of Viridian Green #466A56

Tints of Viridian Green #466A56

Color information

#466A56 (or 0x466A56) is unknown color: approx Viridian Green. HEX triplet: 46, 6A and 56. RGB value is (70,106,86). Sum of RGB (Red+Green+Blue) = 70+106+86=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #466A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A56 is #B995A9. Grayscale: #5D5D5D. Windows color (decimal): -12162474 or 5663302. OLE color: 5663302.

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

Color convert

RGB7010686-
CMYK0.3400.190.58
HSL146.67º20.45%34.51%-
HSV(B)146.67º33.96%41.57%-
XYZ9.3612.2810.68-
YUV92.96124.07111.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=26.72%
G=40.46%
B=32.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106860.3400.190.58146.6720.4534.51
Hex466A56220133A931423
Octal10615212642023722232443
Binary1000110110101010101101000100100111110101001001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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