#319174

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

Shades of Viridian #319174

Tints of Viridian #319174

Color information

#319174 (or 0x319174) is unknown color: approx Viridian. HEX triplet: 31, 91 and 74. RGB value is (49,145,116). Sum of RGB (Red+Green+Blue) = 49+145+116=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #319174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319174 is #CE6E8B. Grayscale: #717171. Windows color (decimal): -13528716 or 7639345. OLE color: 7639345.

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

Color convert

RGB49145116-
CMYK0.6600.20.43
HSL161.88º49.48%38.04%-
HSV(B)161.88º66.21%56.86%-
XYZ14.5422.1620.03-
YUV112.99129.782.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=15.81%
G=46.77%
B=37.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491451160.6600.20.43161.8849.4838.04
Hex319174420142Ba23126
Octal61221164102024532426146
Binary110001100100011110100100001001010010101110100010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319174; }

 p { color: rgb(49,145,116); }

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

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

 a { background-color: rgb(49,145,116); }

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

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

 span { border-color: rgb(49,145,116); }

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