#467A69

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

Shades of Viridian #467A69

Tints of Viridian #467A69

Color information

#467A69 (or 0x467A69) is unknown color: approx Viridian. HEX triplet: 46, 7A and 69. RGB value is (70,122,105). Sum of RGB (Red+Green+Blue) = 70+122+105=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #467A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A69 is #B98596. Grayscale: #686868. Windows color (decimal): -12158359 or 6912582. OLE color: 6912582.

HSL color Cylindrical-coordinate representation of color #467A69: hue angle of 160.38º 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 #467A69 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB70122105-
CMYK0.4300.140.52
HSL160.38º27.08%37.65%-
HSV(B)160.38º42.62%47.84%-
XYZ12.0416.2415.87-
YUV104.51128.27103.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=23.57%
G=41.08%
B=35.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701221050.4300.140.52160.3827.0837.65
Hex467A692B0E34a01b26
Octal10617215153016642403346
Binary100011011110101101001101011011101101001010000011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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