#337E62

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

Shades of Viridian #337E62

Tints of Viridian #337E62

Color information

#337E62 (or 0x337E62) is unknown color: approx Viridian. HEX triplet: 33, 7E and 62. RGB value is (51,126,98). Sum of RGB (Red+Green+Blue) = 51+126+98=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #337E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E62 is #CC819D. Grayscale: #646464. Windows color (decimal): -13402526 or 6454835. OLE color: 6454835.

HSL color Cylindrical-coordinate representation of color #337E62: hue angle of 157.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E62 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB5112698-
CMYK0.6000.220.51
HSL157.6º42.37%34.71%-
HSV(B)157.6º59.52%49.41%-
XYZ11.0316.5114.16-
YUV100.38126.6592.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 126 (49.61% from 255) = 45.82%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=18.55%
G=45.82%
B=35.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51126980.6000.220.51157.642.3734.71
Hex337E623C016339e2a23
Octal6317614274026632365243
Binary1100111111110110001011110001011011001110011110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,126,98); }

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

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

 a { background-color: rgb(51,126,98); }

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

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

 span { border-color: rgb(51,126,98); }

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