#468373

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

Shades of Viridian #468373

Tints of Viridian #468373

Color information

#468373 (or 0x468373) is unknown color: approx Viridian. HEX triplet: 46, 83 and 73. RGB value is (70,131,115). Sum of RGB (Red+Green+Blue) = 70+131+115=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #468373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468373 is #B97C8C. Grayscale: #6E6E6E. Windows color (decimal): -12156045 or 7570246. OLE color: 7570246.

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

Color convert

RGB70131115-
CMYK0.4700.120.49
HSL164.26º30.35%39.41%-
HSV(B)164.26º46.56%51.37%-
XYZ13.7418.7719.12-
YUV110.94130.2998.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=22.15%
G=41.46%
B=36.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701311150.4700.120.49164.2630.3539.41
Hex4683732F0C31a41e27
Octal10620316357014612443647
Binary1000110100000111110011101111011001100011010010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468373; }

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

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

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

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

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

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

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

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