#337A61

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

Shades of Viridian #337A61

Tints of Viridian #337A61

Color information

#337A61 (or 0x337A61) is unknown color: approx Viridian. HEX triplet: 33, 7A and 61. RGB value is (51,122,97). Sum of RGB (Red+Green+Blue) = 51+122+97=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #337A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A61 is #CC859E. Grayscale: #616161. Windows color (decimal): -13403551 or 6388275. OLE color: 6388275.

HSL color Cylindrical-coordinate representation of color #337A61: hue angle of 158.87º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A61 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB5112297-
CMYK0.5800.200.52
HSL158.87º41.04%33.92%-
HSV(B)158.87º58.2%47.84%-
XYZ10.4815.4913.75-
YUV97.92127.4894.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=18.89%
G=45.19%
B=35.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122970.5800.200.52158.8741.0433.92
Hex337A613A014349f2922
Octal6317214172024642375142
Binary1100111111010110000111101001010011010010011111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337A61; }

 p { color: rgb(51,122,97); }

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

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

 a { background-color: rgb(51,122,97); }

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

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

 span { border-color: rgb(51,122,97); }

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