#468070

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

Shades of Viridian #468070

Tints of Viridian #468070

Color information

#468070 (or 0x468070) is unknown color: approx Viridian. HEX triplet: 46, 80 and 70. RGB value is (70,128,112). Sum of RGB (Red+Green+Blue) = 70+128+112=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #468070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468070 is #B97F8F. Grayscale: #6C6C6C. Windows color (decimal): -12156816 or 7372870. OLE color: 7372870.

HSL color Cylindrical-coordinate representation of color #468070: hue angle of 163.45º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468070 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB70128112-
CMYK0.4500.120.50
HSL163.45º29.29%38.82%-
HSV(B)163.45º45.31%50.2%-
XYZ13.1717.9118.09-
YUV108.83129.78100.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=22.58%
G=41.29%
B=36.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701281120.4500.120.50163.4529.2938.82
Hex4680702D0C32a31d27
Octal10620016055014622433547
Binary1000110100000001110000101101011001100101010001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468070; }

 p { color: rgb(70,128,112); }

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

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

 a { background-color: rgb(70,128,112); }

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

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

 span { border-color: rgb(70,128,112); }

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