#466B56

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

Shades of Viridian Green #466B56

Tints of Viridian Green #466B56

Color information

#466B56 (or 0x466B56) is unknown color: approx Viridian Green. HEX triplet: 46, 6B and 56. RGB value is (70,107,86). Sum of RGB (Red+Green+Blue) = 70+107+86=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #466B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B56 is #B994A9. Grayscale: #5D5D5D. Windows color (decimal): -12162218 or 5663558. OLE color: 5663558.

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

Color convert

RGB7010786-
CMYK0.3500.200.58
HSL145.95º20.9%34.71%-
HSV(B)145.95º34.58%41.96%-
XYZ9.4612.4910.72-
YUV93.54123.74111.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=26.62%
G=40.68%
B=32.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107860.3500.200.58145.9520.934.71
Hex466B56230143A921523
Octal10615312643024722222543
Binary1000110110101110101101000110101001110101001001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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