#468270

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

Shades of Viridian #468270

Tints of Viridian #468270

Color information

#468270 (or 0x468270) is unknown color: approx Viridian. HEX triplet: 46, 82 and 70. RGB value is (70,130,112). Sum of RGB (Red+Green+Blue) = 70+130+112=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #468270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468270 is #B97D8F. Grayscale: #6E6E6E. Windows color (decimal): -12156304 or 7373382. OLE color: 7373382.

HSL color Cylindrical-coordinate representation of color #468270: hue angle of 162º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468270 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB70130112-
CMYK0.4600.140.49
HSL162º30%39.22%-
HSV(B)162º46.15%50.98%-
XYZ13.4318.4418.18-
YUV110.01129.1299.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=22.44%
G=41.67%
B=35.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701301120.4600.140.491623039.22
Hex4682702E0E31a21e27
Octal10620216056016612423647
Binary1000110100000101110000101110011101100011010001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468270; }

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

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

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

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

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

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

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

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