#466B58

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

Shades of Viridian Green #466B58

Tints of Viridian Green #466B58

Color information

#466B58 (or 0x466B58) is unknown color: approx Viridian Green. HEX triplet: 46, 6B and 58. RGB value is (70,107,88). Sum of RGB (Red+Green+Blue) = 70+107+88=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #466B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B58 is #B994A7. Grayscale: #5D5D5D. Windows color (decimal): -12162216 or 5794630. OLE color: 5794630.

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

Color convert

RGB7010788-
CMYK0.3500.180.58
HSL149.19º20.9%34.71%-
HSV(B)149.19º34.58%41.96%-
XYZ9.5412.5211.15-
YUV93.77124.74111.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=26.42%
G=40.38%
B=33.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107880.3500.180.58149.1920.934.71
Hex466B58230123A951523
Octal10615313043022722252543
Binary1000110110101110110001000110100101110101001010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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