#467A65

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

Shades of Viridian #467A65

Tints of Viridian #467A65

Color information

#467A65 (or 0x467A65) is unknown color: approx Viridian. HEX triplet: 46, 7A and 65. RGB value is (70,122,101). Sum of RGB (Red+Green+Blue) = 70+122+101=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #467A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467A65 is #B9859A. Grayscale: #686868. Windows color (decimal): -12158363 or 6650438. OLE color: 6650438.

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

Color convert

RGB70122101-
CMYK0.4300.170.52
HSL155.77º27.08%37.65%-
HSV(B)155.77º42.62%47.84%-
XYZ11.8316.1614.81-
YUV104.06126.27103.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 122 (48.05% from 255) = 41.64%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=23.89%
G=41.64%
B=34.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701221010.4300.170.52155.7727.0837.65
Hex467A652B011349c1b26
Octal10617214553021642343346
Binary1000110111101011001011010110100011101001001110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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