#337F61

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

Shades of Viridian #337F61

Tints of Viridian #337F61

Color information

#337F61 (or 0x337F61) is unknown color: approx Viridian. HEX triplet: 33, 7F and 61. RGB value is (51,127,97). Sum of RGB (Red+Green+Blue) = 51+127+97=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 127 - color contains mainly: green. Hex color #337F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F61 is #CC809E. Grayscale: #646464. Windows color (decimal): -13402271 or 6389555. OLE color: 6389555.

HSL color Cylindrical-coordinate representation of color #337F61: hue angle of 156.32º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F61 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB5112797-
CMYK0.6000.240.50
HSL156.32º42.7%34.9%-
HSV(B)156.32º59.84%49.8%-
XYZ11.1116.7513.96-
YUV100.86125.8292.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=18.55%
G=46.18%
B=35.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51127970.6000.240.50156.3242.734.9
Hex337F613C018329c2b23
Octal6317714174030622345343
Binary1100111111111110000111110001100011001010011100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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