#337F65

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

Shades of Viridian #337F65

Tints of Viridian #337F65

Color information

#337F65 (or 0x337F65) is unknown color: approx Viridian. HEX triplet: 33, 7F and 65. RGB value is (51,127,101). Sum of RGB (Red+Green+Blue) = 51+127+101=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #337F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F65 is #CC809A. Grayscale: #656565. Windows color (decimal): -13402267 or 6651699. OLE color: 6651699.

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

Color convert

RGB51127101-
CMYK0.6000.200.50
HSL159.47º42.7%34.9%-
HSV(B)159.47º59.84%49.8%-
XYZ11.316.8214.96-
YUV101.31127.8292.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=18.28%
G=45.52%
B=36.20%

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
Decimal511271010.6000.200.50159.4742.734.9
Hex337F653C014329f2b23
Octal6317714574024622375343
Binary1100111111111110010111110001010011001010011111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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