#337B61

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

Shades of Viridian #337B61

Tints of Viridian #337B61

Color information

#337B61 (or 0x337B61) is unknown color: approx Viridian. HEX triplet: 33, 7B and 61. RGB value is (51,123,97). Sum of RGB (Red+Green+Blue) = 51+123+97=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 123 - color contains mainly: green. Hex color #337B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337B61 is #CC849E. Grayscale: #626262. Windows color (decimal): -13403295 or 6388531. OLE color: 6388531.

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

Color convert

RGB5112397-
CMYK0.5900.210.52
HSL158.33º41.38%34.12%-
HSV(B)158.33º58.54%48.24%-
XYZ10.6115.7313.79-
YUV98.51127.1594.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 123 (48.44% from 255) = 45.39%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=18.82%
G=45.39%
B=35.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51123970.5900.210.52158.3341.3834.12
Hex337B613B015349e2922
Octal6317314173025642365142
Binary1100111111011110000111101101010111010010011110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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