#466A58

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

Shades of Viridian Green #466A58

Tints of Viridian Green #466A58

Color information

#466A58 (or 0x466A58) is unknown color: approx Viridian Green. HEX triplet: 46, 6A and 58. RGB value is (70,106,88). Sum of RGB (Red+Green+Blue) = 70+106+88=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #466A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A58 is #B995A7. Grayscale: #5D5D5D. Windows color (decimal): -12162472 or 5794374. OLE color: 5794374.

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

Color convert

RGB7010688-
CMYK0.3400.170.58
HSL150º20.45%34.51%-
HSV(B)150º33.96%41.57%-
XYZ9.4412.3111.11-
YUV93.18125.07111.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=26.52%
G=40.15%
B=33.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106880.3400.170.5815020.4534.51
Hex466A58220113A961423
Octal10615213042021722262443
Binary1000110110101010110001000100100011110101001011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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