#468276

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

Shades of Viridian #468276

Tints of Viridian #468276

Color information

#468276 (or 0x468276) is unknown color: approx Viridian. HEX triplet: 46, 82 and 76. RGB value is (70,130,118). Sum of RGB (Red+Green+Blue) = 70+130+118=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #468276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468276 is #B97D89. Grayscale: #6E6E6E. Windows color (decimal): -12156298 or 7766598. OLE color: 7766598.

HSL color Cylindrical-coordinate representation of color #468276: hue angle of 168º 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 #468276 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB70130118-
CMYK0.4600.090.49
HSL168º30%39.22%-
HSV(B)168º46.15%50.98%-
XYZ13.7818.5820-
YUV110.69132.1298.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=22.01%
G=40.88%
B=37.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701301180.4600.090.491683039.22
Hex4682762E0931a81e27
Octal10620216656011612503647
Binary1000110100000101110110101110010011100011010100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468276; }

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

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

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

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

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

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

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

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