#467A67

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

Shades of Viridian #467A67

Tints of Viridian #467A67

Color information

#467A67 (or 0x467A67) is unknown color: approx Viridian. HEX triplet: 46, 7A and 67. RGB value is (70,122,103). Sum of RGB (Red+Green+Blue) = 70+122+103=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #467A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A67 is #B98598. Grayscale: #686868. Windows color (decimal): -12158361 or 6781510. OLE color: 6781510.

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

Color convert

RGB70122103-
CMYK0.4300.160.52
HSL158.08º27.08%37.65%-
HSV(B)158.08º42.62%47.84%-
XYZ11.9316.215.33-
YUV104.29127.27103.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=23.73%
G=41.36%
B=34.92%

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
Decimal701221030.4300.160.52158.0827.0837.65
Hex467A672B010349e1b26
Octal10617214753020642363346
Binary1000110111101011001111010110100001101001001111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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