#319071

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

Shades of Viridian #319071

Tints of Viridian #319071

Color information

#319071 (or 0x319071) is unknown color: approx Viridian. HEX triplet: 31, 90 and 71. RGB value is (49,144,113). Sum of RGB (Red+Green+Blue) = 49+144+113=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #319071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319071 is #CE6F8E. Grayscale: #707070. Windows color (decimal): -13528975 or 7442481. OLE color: 7442481.

HSL color Cylindrical-coordinate representation of color #319071: hue angle of 160.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319071 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB49144113-
CMYK0.6600.220.44
HSL160.42º49.22%37.84%-
HSV(B)160.42º65.97%56.47%-
XYZ14.2221.7919.08-
YUV112.06128.5383.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=16.01%
G=47.06%
B=36.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491441130.6600.220.44160.4249.2237.84
Hex319071420162Ca03126
Octal61220161102026542406146
Binary110001100100001110001100001001011010110010100000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319071; }

 p { color: rgb(49,144,113); }

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

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

 a { background-color: rgb(49,144,113); }

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

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

 span { border-color: rgb(49,144,113); }

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