#339174

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

Shades of Viridian #339174

Tints of Viridian #339174

Color information

#339174 (or 0x339174) is unknown color: approx Viridian. HEX triplet: 33, 91 and 74. RGB value is (51,145,116). Sum of RGB (Red+Green+Blue) = 51+145+116=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #339174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339174 is #CC6E8B. Grayscale: #717171. Windows color (decimal): -13397644 or 7639347. OLE color: 7639347.

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

Color convert

RGB51145116-
CMYK0.6500.20.43
HSL161.49º47.96%38.43%-
HSV(B)161.49º64.83%56.86%-
XYZ14.6422.2220.04-
YUV113.59129.3683.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 116 (45.70% from 255) = 37.18%
R=16.35%
G=46.47%
B=37.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511451160.6500.20.43161.4947.9638.43
Hex339174410142Ba13026
Octal63221164101024532416046
Binary110011100100011110100100000101010010101110100001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339174; }

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

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

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

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

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

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

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

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