#468E73

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

Shades of Viridian #468E73

Tints of Viridian #468E73

Color information

#468E73 (or 0x468E73) is unknown color: approx Viridian. HEX triplet: 46, 8E and 73. RGB value is (70,142,115). Sum of RGB (Red+Green+Blue) = 70+142+115=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 142 - color contains mainly: green. Hex color #468E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468E73 is #B9718C. Grayscale: #757575. Windows color (decimal): -12153229 or 7573062. OLE color: 7573062.

HSL color Cylindrical-coordinate representation of color #468E73: hue angle of 157.5º 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 #468E73 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB70142115-
CMYK0.5100.190.44
HSL157.5º33.96%41.57%-
HSV(B)157.5º50.7%55.69%-
XYZ15.2921.8919.64-
YUV117.39126.6594.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=21.41%
G=43.43%
B=35.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701421150.5100.190.44157.533.9641.57
Hex468E73330132C9e222a
Octal10621616363023542364252
Binary100011010001110111001111001101001110110010011110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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