#319273

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

Shades of Viridian #319273

Tints of Viridian #319273

Color information

#319273 (or 0x319273) is unknown color: approx Viridian. HEX triplet: 31, 92 and 73. RGB value is (49,146,115). Sum of RGB (Red+Green+Blue) = 49+146+115=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #319273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319273 is #CE6D8C. Grayscale: #717171. Windows color (decimal): -13528461 or 7574065. OLE color: 7574065.

HSL color Cylindrical-coordinate representation of color #319273: hue angle of 160.82º degrees, saturation: 0.5, 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 #319273 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB49146115-
CMYK0.6600.210.43
HSL160.82º49.74%38.24%-
HSV(B)160.82º66.44%57.25%-
XYZ14.6422.4519.78-
YUV113.46128.8682.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=15.81%
G=47.10%
B=37.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491461150.6600.210.43160.8249.7438.24
Hex319273420152Ba13226
Octal61222163102025532416246
Binary110001100100101110011100001001010110101110100001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319273; }

 p { color: rgb(49,146,115); }

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

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

 a { background-color: rgb(49,146,115); }

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

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

 span { border-color: rgb(49,146,115); }

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