#468376

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

Shades of Viridian #468376

Tints of Viridian #468376

Color information

#468376 (or 0x468376) is unknown color: approx Viridian. HEX triplet: 46, 83 and 76. RGB value is (70,131,118). Sum of RGB (Red+Green+Blue) = 70+131+118=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #468376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468376 is #B97C89. Grayscale: #6F6F6F. Windows color (decimal): -12156042 or 7766854. OLE color: 7766854.

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

Color convert

RGB70131118-
CMYK0.4700.100.49
HSL167.21º30.35%39.41%-
HSV(B)167.21º46.56%51.37%-
XYZ13.9118.8420.04-
YUV111.28131.7998.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=21.94%
G=41.07%
B=36.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701311180.4700.100.49167.2130.3539.41
Hex4683762F0A31a71e27
Octal10620316657012612473647
Binary1000110100000111110110101111010101100011010011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468376; }

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

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

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

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

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

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

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

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