#467A66

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

Shades of Viridian #467A66

Tints of Viridian #467A66

Color information

#467A66 (or 0x467A66) is unknown color: approx Viridian. HEX triplet: 46, 7A and 66. RGB value is (70,122,102). Sum of RGB (Red+Green+Blue) = 70+122+102=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #467A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A66 is #B98599. Grayscale: #686868. Windows color (decimal): -12158362 or 6715974. OLE color: 6715974.

HSL color Cylindrical-coordinate representation of color #467A66: hue angle of 156.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A66 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB70122102-
CMYK0.4300.160.52
HSL156.92º27.08%37.65%-
HSV(B)156.92º42.62%47.84%-
XYZ11.8816.1815.07-
YUV104.17126.77103.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 122 (48.05% from 255) = 41.50%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=23.81%
G=41.50%
B=34.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701221020.4300.160.52156.9227.0837.65
Hex467A662B010349d1b26
Octal10617214653020642353346
Binary1000110111101011001101010110100001101001001110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467A66; }

 p { color: rgb(70,122,102); }

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

<style>
 a { background-color: #467A66; }

 a { background-color: rgb(70,122,102); }

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

<style>
 span { border-color: #467A66; }

 span { border-color: rgb(70,122,102); }

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