#468F73

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

Shades of Viridian #468F73

Tints of Viridian #468F73

Color information

#468F73 (or 0x468F73) is unknown color: approx Viridian. HEX triplet: 46, 8F and 73. RGB value is (70,143,115). Sum of RGB (Red+Green+Blue) = 70+143+115=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #468F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F73 is #B9708C. Grayscale: #767676. Windows color (decimal): -12152973 or 7573318. OLE color: 7573318.

HSL color Cylindrical-coordinate representation of color #468F73: hue angle of 156.99º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468F73 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB70143115-
CMYK0.5100.200.44
HSL156.99º34.27%41.76%-
HSV(B)156.99º51.05%56.08%-
XYZ15.4422.1819.69-
YUV117.98126.3293.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 143 (56.25% from 255) = 43.60%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=21.34%
G=43.60%
B=35.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701431150.5100.200.44156.9934.2741.76
Hex468F73330142C9d222a
Octal10621716363024542354252
Binary100011010001111111001111001101010010110010011101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468F73; }

 p { color: rgb(70,143,115); }

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

<style>
 a { background-color: #468F73; }

 a { background-color: rgb(70,143,115); }

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

<style>
 span { border-color: #468F73; }

 span { border-color: rgb(70,143,115); }

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