#468D70

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

Shades of Viridian #468D70

Tints of Viridian #468D70

Color information

#468D70 (or 0x468D70) is unknown color: approx Viridian. HEX triplet: 46, 8D and 70. RGB value is (70,141,112). Sum of RGB (Red+Green+Blue) = 70+141+112=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #468D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D70 is #B9728F. Grayscale: #747474. Windows color (decimal): -12153488 or 7376198. OLE color: 7376198.

HSL color Cylindrical-coordinate representation of color #468D70: hue angle of 155.49º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468D70 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB70141112-
CMYK0.5000.210.45
HSL155.49º33.65%41.37%-
HSV(B)155.49º50.35%55.29%-
XYZ14.9821.5218.69-
YUV116.46125.4894.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=21.67%
G=43.65%
B=34.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701411120.5000.210.45155.4933.6541.37
Hex468D70320152D9b2229
Octal10621516062025552334251
Binary100011010001101111000011001001010110110110011011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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