#337F66

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

Shades of Viridian #337F66

Tints of Viridian #337F66

Color information

#337F66 (or 0x337F66) is unknown color: approx Viridian. HEX triplet: 33, 7F and 66. RGB value is (51,127,102). Sum of RGB (Red+Green+Blue) = 51+127+102=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #337F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F66 is #CC8099. Grayscale: #656565. Windows color (decimal): -13402266 or 6717235. OLE color: 6717235.

HSL color Cylindrical-coordinate representation of color #337F66: hue angle of 160.26º 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 #337F66 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB51127102-
CMYK0.6000.200.50
HSL160.26º42.7%34.9%-
HSV(B)160.26º59.84%49.8%-
XYZ11.3516.8415.22-
YUV101.43128.3292.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=18.21%
G=45.36%
B=36.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511271020.6000.200.50160.2642.734.9
Hex337F663C01432a02b23
Octal6317714674024622405343
Binary1100111111111110011011110001010011001010100000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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