#468473

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

Shades of Viridian #468473

Tints of Viridian #468473

Color information

#468473 (or 0x468473) is unknown color: approx Viridian. HEX triplet: 46, 84 and 73. RGB value is (70,132,115). Sum of RGB (Red+Green+Blue) = 70+132+115=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #468473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468473 is #B97B8C. Grayscale: #6F6F6F. Windows color (decimal): -12155789 or 7570502. OLE color: 7570502.

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

Color convert

RGB70132115-
CMYK0.4700.130.48
HSL163.55º30.69%39.61%-
HSV(B)163.55º46.97%51.76%-
XYZ13.8719.0419.16-
YUV111.52129.9698.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=22.08%
G=41.64%
B=36.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701321150.4700.130.48163.5530.6939.61
Hex4684732F0D30a41f28
Octal10620416357015602443750
Binary1000110100001001110011101111011011100001010010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468473; }

 p { color: rgb(70,132,115); }

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

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

 a { background-color: rgb(70,132,115); }

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

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

 span { border-color: rgb(70,132,115); }

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