#467A6A

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

Shades of Viridian #467A6A

Tints of Viridian #467A6A

Color information

#467A6A (or 0x467A6A) is unknown color: approx Viridian. HEX triplet: 46, 7A and 6A. RGB value is (70,122,106). Sum of RGB (Red+Green+Blue) = 70+122+106=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #467A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A6A is #B98595. Grayscale: #686868. Windows color (decimal): -12158358 or 6978118. OLE color: 6978118.

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

Color convert

RGB70122106-
CMYK0.4300.130.52
HSL161.54º27.08%37.65%-
HSV(B)161.54º42.62%47.84%-
XYZ12.0916.2616.14-
YUV104.63128.77103.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=23.49%
G=40.94%
B=35.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701221060.4300.130.52161.5427.0837.65
Hex467A6A2B0D34a21b26
Octal10617215253015642423346
Binary100011011110101101010101011011011101001010001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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