#468671

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

Shades of Viridian #468671

Tints of Viridian #468671

Color information

#468671 (or 0x468671) is unknown color: approx Viridian. HEX triplet: 46, 86 and 71. RGB value is (70,134,113). Sum of RGB (Red+Green+Blue) = 70+134+113=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #468671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468671 is #B9798E. Grayscale: #707070. Windows color (decimal): -12155279 or 7439942. OLE color: 7439942.

HSL color Cylindrical-coordinate representation of color #468671: hue angle of 160.31º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468671 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB70134113-
CMYK0.4800.160.47
HSL160.31º31.37%40%-
HSV(B)160.31º47.76%52.55%-
XYZ14.0319.5418.66-
YUV112.47128.397.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=22.08%
G=42.27%
B=35.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701341130.4800.160.47160.3131.3740
Hex468671300102Fa01f28
Octal10620616160020572403750
Binary10001101000011011100011100000100001011111010000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468671; }

 p { color: rgb(70,134,113); }

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

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

 a { background-color: rgb(70,134,113); }

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

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

 span { border-color: rgb(70,134,113); }

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