#339176

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

Shades of Viridian #339176

Tints of Viridian #339176

Color information

#339176 (or 0x339176) is unknown color: approx Viridian. HEX triplet: 33, 91 and 76. RGB value is (51,145,118). Sum of RGB (Red+Green+Blue) = 51+145+118=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #339176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339176 is #CC6E89. Grayscale: #717171. Windows color (decimal): -13397642 or 7770419. OLE color: 7770419.

HSL color Cylindrical-coordinate representation of color #339176: hue angle of 162.77º 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 #339176 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB51145118-
CMYK0.6500.190.43
HSL162.77º47.96%38.43%-
HSV(B)162.77º64.83%56.86%-
XYZ14.7622.2620.66-
YUV113.82130.3683.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=16.24%
G=46.18%
B=37.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511451180.6500.190.43162.7747.9638.43
Hex339176410132Ba33026
Octal63221166101023532436046
Binary110011100100011110110100000101001110101110100011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339176; }

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

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

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

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

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

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

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

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